Merge pull request #191547 from stehessel/kube-linter-changelog

kube-linter: add changelog
This commit is contained in:
superherointj 2022-09-17 19:21:08 -03:00 committed by GitHub
commit deefc2f0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;