mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +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; {
|
||||
description = "A static analysis tool that checks Kubernetes YAML files and Helm charts";
|
||||
homepage = "https://kubelinter.io";
|
||||
changelog = "https://github.com/stackrox/kube-linter/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mtesseract stehessel ];
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user