mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
Merge pull request #272976 from hercules-ci/netlify-cli-meta-mainProgram
netlify-cli: Set meta.mainProgram
This commit is contained in:
commit
c89d45747b
@ -14,4 +14,5 @@ in
|
|||||||
reconstructLock = true;
|
reconstructLock = true;
|
||||||
passthru.tests.test = callPackage ./test.nix { };
|
passthru.tests.test = callPackage ./test.nix { };
|
||||||
meta.maintainers = with lib.maintainers; [ roberth ];
|
meta.maintainers = with lib.maintainers; [ roberth ];
|
||||||
|
meta.mainProgram = "netlify";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user