superTuxKart: add changelog

This commit is contained in:
Daniel Nagy
2021-04-01 17:59:47 +02:00
parent cda1212f86
commit 782643cb09
+1
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";
};
}