From 3c46639d257efdda8a5f13e2b1257e94be2a60f7 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sun, 19 Feb 2023 10:54:39 +0100 Subject: [PATCH] sdlpop: Add changelog --- pkgs/games/sdlpop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/sdlpop/default.nix b/pkgs/games/sdlpop/default.nix index ee756a304bd9..52e1604acc43 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;