Merge pull request #138850 from figsoda/fits-cloudctl-main-program
fits-cloudctl: set meta.mainProgram
This commit is contained in:
commit
a403c08ee0
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ buildGoModule
|
{ lib
|
||||||
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, lib
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
@ -21,5 +21,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/fi-ts/cloudctl";
|
homepage = "https://github.com/fi-ts/cloudctl";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ j0xaf ];
|
maintainers = with maintainers; [ j0xaf ];
|
||||||
|
mainProgram = "cloudctl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue