forked from mirrors/nixpkgs
sdlpop: Add changelog
This commit is contained in:
parent
97c91d0d44
commit
3c46639d25
|
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Open-source port of Prince of Persia";
|
description = "Open-source port of Prince of Persia";
|
||||||
homepage = "https://github.com/NagyD/SDLPoP";
|
homepage = "https://github.com/NagyD/SDLPoP";
|
||||||
|
changelog = "https://github.com/NagyD/SDLPoP/blob/v${version}/doc/ChangeLog.txt";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ iblech ];
|
maintainers = with maintainers; [ iblech ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue