mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
kubeaudit: add changelog to meta
This commit is contained in:
parent
1b578a6734
commit
7372e71e44
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user