kubeaudit: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-22 20:11:08 +01:00 committed by GitHub
parent 1b578a6734
commit 7372e71e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-e6No8Md/KZUFNtPJOrSdv1GlGmxX7+tmWNjQGFdtJpc=";
};
@ -26,6 +26,7 @@ buildGoModule rec {
meta = with lib; {
description = "Audit tool for Kubernetes";
homepage = "https://github.com/Shopify/kubeaudit";
changelog = "https://github.com/Shopify/kubeaudit/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};