summary refs log tree commit diff
path: root/pkgs/servers/honk
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-17 22:51:07 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-19 12:37:00 +0200
commit57486d0e5e214c5b4fdec24c9be9c41114b1739f (patch)
tree06e5f30973187d07b53be0b641655c76ae630d2f /pkgs/servers/honk
parent41b5ccc774d1ea048cfde6cba03a26bb0e080425 (diff)
honk: add `meta.changelog` attribute
Diffstat (limited to 'pkgs/servers/honk')
-rw-r--r--pkgs/servers/honk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/honk/default.nix b/pkgs/servers/honk/default.nix
index ab85abd939b5c..4e956a36b4d21 100644
--- a/pkgs/servers/honk/default.nix
+++ b/pkgs/servers/honk/default.nix
@@ -39,6 +39,7 @@ buildGoModule rec {
   '';
 
   meta = with lib; {
+    changelog = "https://humungus.tedunangst.com/r/honk/v/v${version}/f/docs/changelog.txt";
     description = "An ActivityPub server with minimal setup and support costs.";
     homepage = "https://humungus.tedunangst.com/r/honk";
     license = licenses.isc;