kubeseal: add changelog to meta

This commit is contained in:
Mario Rodas 2023-07-23 15:38:00 +00:00
parent 4b01d24d2b
commit 7d8dbdef6c

View File

@ -20,6 +20,7 @@ buildGoModule rec {
meta = with lib; {
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
homepage = "https://github.com/bitnami-labs/sealed-secrets";
changelog = "https://github.com/bitnami-labs/sealed-secrets/blob/v${version}/RELEASE-NOTES.md";
license = licenses.asl20;
maintainers = with maintainers; [ groodt ];
};