about summary refs log tree commit diff
path: root/pkgs/by-name/li/libstrophe/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/li/libstrophe/package.nix')
-rw-r--r--pkgs/by-name/li/libstrophe/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/li/libstrophe/package.nix b/pkgs/by-name/li/libstrophe/package.nix
index d8ae379859cc2..c78411b5c4f20 100644
--- a/pkgs/by-name/li/libstrophe/package.nix
+++ b/pkgs/by-name/li/libstrophe/package.nix
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
       runs well on both Linux, Unix, and Windows based platforms.
     '';
     homepage = "https://strophe.im/libstrophe/";
+    changelog = "https://github.com/strophe/libstrophe/blob/${src.rev}/ChangeLog";
     license = with licenses; [ gpl3Only mit ];
     platforms = platforms.unix;
     maintainers = with maintainers; [ devhell flosse ];