kubeaudit: refactor

This commit is contained in:
Fabian Affolter 2024-08-22 09:07:20 +02:00 committed by GitHub
parent aaea04e9fd
commit ed069fab08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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