superTuxKart: add changelog

This commit is contained in:
Daniel Nagy 2021-02-10 15:42:02 +01:00
parent cda1212f86
commit 782643cb09
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -128,5 +128,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pyrolagus peterhoeg ];
platforms = with platforms; linux;
changelog = "https://github.com/supertuxkart/stk-code/blob/${version}/CHANGELOG.md";
};
}