Merge pull request #164676 from jonringer/spire-changelog

spire: add changelog
This commit is contained in:
Fabian Affolter 2022-03-18 10:15:12 +01:00 committed by GitHub
commit c150cffc6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ buildGoModule rec {
meta = with lib; {
description = "The SPIFFE Runtime Environment";
homepage = "https://github.com/spiffe/spire";
changelog = "https://github.com/spiffe/spire/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ jonringer fkautz ];
};