Merge pull request #138850 from figsoda/fits-cloudctl-main-program

fits-cloudctl: set meta.mainProgram
This commit is contained in:
figsoda 2021-09-21 19:34:45 -04:00 committed by GitHub
commit a403c08ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ buildGoModule
{ lib
, buildGoModule
, fetchFromGitHub
, lib
}:
buildGoModule rec {
@ -21,5 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/fi-ts/cloudctl";
license = licenses.mit;
maintainers = with maintainers; [ j0xaf ];
mainProgram = "cloudctl";
};
}