about summary refs log tree commit diff
path: root/pkgs/games/sdlpop
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-02-19 10:54:39 +0100
committerGitHub <noreply@github.com>2023-02-19 10:54:39 +0100
commit3c46639d257efdda8a5f13e2b1257e94be2a60f7 (patch)
tree372b71d13adaca8552413f4aff6f87b7b817f22c /pkgs/games/sdlpop
parent97c91d0d44a4953f7d816a943033c51f2f5789fc (diff)
sdlpop: Add changelog
Diffstat (limited to 'pkgs/games/sdlpop')
-rw-r--r--pkgs/games/sdlpop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/sdlpop/default.nix b/pkgs/games/sdlpop/default.nix
index ee756a304bd9c..52e1604acc43b 100644
--- a/pkgs/games/sdlpop/default.nix
+++ b/pkgs/games/sdlpop/default.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Open-source port of Prince of Persia";
     homepage = "https://github.com/NagyD/SDLPoP";
+    changelog = "https://github.com/NagyD/SDLPoP/blob/v${version}/doc/ChangeLog.txt";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ iblech ];
     platforms = platforms.unix;