spire: add changelog

This commit is contained in:
Jonathan Ringer 2022-03-17 23:08:04 -07:00
parent dd8cebebbf
commit 0c08a1a85a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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 ];
};