kubecolor: fix --kubecolor-version, add SuperSandro2000 as maintainer
This commit is contained in:
parent
72dab1fa30
commit
c01faddbd5
1 changed files with 3 additions and 1 deletions
|
@ -13,11 +13,13 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorSha256 = "sha256-C1K7iEugA4HBLthcOI7EZ6H4YHW6el8X6FjVN1BeJR0=";
|
vendorSha256 = "sha256-C1K7iEugA4HBLthcOI7EZ6H4YHW6el8X6FjVN1BeJR0=";
|
||||||
|
|
||||||
|
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Colorizes kubectl output";
|
description = "Colorizes kubectl output";
|
||||||
homepage = "https://github.com/hidetatz/kubecolor";
|
homepage = "https://github.com/hidetatz/kubecolor";
|
||||||
changelog = "https://github.com/hidetatz/kubecolor/releases/tag/v${version}";
|
changelog = "https://github.com/hidetatz/kubecolor/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ivankovnatsky ];
|
maintainers = with maintainers; [ ivankovnatsky SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue