mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
vultr-cli: add meta.mainProgram
This commit is contained in:
parent
3ac1129f1d
commit
92a0537ead
|
@ -30,5 +30,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/vultr/vultr-cli/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
mainProgram = "vultr-cli";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue