mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
Merge pull request #164676 from jonringer/spire-changelog
spire: add changelog
This commit is contained in:
commit
c150cffc6f
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue