poke: add changelog

This commit is contained in:
Daniel Nagy 2021-03-23 18:36:02 +01:00
parent 88b18be56d
commit 8a22c2d090
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -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}";
};
}