mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
Merge pull request #191547 from stehessel/kube-linter-changelog
kube-linter: add changelog
This commit is contained in:
commit
deefc2f0e6
@ -34,6 +34,7 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A static analysis tool that checks Kubernetes YAML files and Helm charts";
|
description = "A static analysis tool that checks Kubernetes YAML files and Helm charts";
|
||||||
homepage = "https://kubelinter.io";
|
homepage = "https://kubelinter.io";
|
||||||
|
changelog = "https://github.com/stackrox/kube-linter/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ mtesseract stehessel ];
|
maintainers = with maintainers; [ mtesseract stehessel ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user