mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
k9s: add changelog and mainProgram
This commit is contained in:
parent
5fc84cf30a
commit
27377a0989
@ -51,7 +51,9 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Kubernetes CLI To Manage Your Clusters In Style";
|
||||
homepage = "https://github.com/derailed/k9s";
|
||||
changelog = "https://github.com/derailed/k9s/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
mainProgram = "k9s";
|
||||
maintainers = with maintainers; [ Gonzih markus1189 bryanasdev000 qjoly ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user