mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #277380 from pacien/rmapi-add-mainprogram
rmapi: set meta.mainProgram
This commit is contained in:
commit
93a8299984
@ -21,5 +21,6 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = [ maintainers.nickhu ];
|
maintainers = [ maintainers.nickhu ];
|
||||||
|
mainProgram = "rmapi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user