summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-17 23:08:04 -0700
committerJonathan Ringer <jonringer117@gmail.com>2022-03-17 23:08:04 -0700
commit0c08a1a85a04d0694b55c01da9097a41d955582e (patch)
treed84ca4e3e18e8fd17f9f136ccb75deaa8de67433
parentdd8cebebbf0f9352501f251ac37b851d947f92dc (diff)
spire: add changelog
-rw-r--r--pkgs/tools/security/spire/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/spire/default.nix b/pkgs/tools/security/spire/default.nix
index 5f06abeda1b0..e3b91c3a2574 100644
--- a/pkgs/tools/security/spire/default.nix
+++ b/pkgs/tools/security/spire/default.nix
@@ -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 ];
};