From 8a22c2d090f1ed8da186c85b3d2311bf3910918d Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Tue, 23 Mar 2021 18:36:02 +0100 Subject: [PATCH] poke: add changelog --- pkgs/applications/editors/poke/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index 22e6185b22f1..47b9677e314c 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}"; }; }