summary refs log tree commit diff
path: root/pkgs/applications/editors/poke/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/poke/default.nix')
-rw-r--r--pkgs/applications/editors/poke/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix
index 22e6185b22f..47b9677e314 100644
--- a/pkgs/applications/editors/poke/default.nix
+++ b/pkgs/applications/editors/poke/default.nix
@@ -68,6 +68,7 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ AndersonTorres metadark ];
     platforms = platforms.unix;
+    changelog = "https://git.savannah.gnu.org/cgit/poke.git/plain/ChangeLog?h=releases/poke-${version}";
   };
 }