openttd-jgrpp: override meta.homepage and meta.changelog

This commit is contained in:
Stefan Frijters 2023-08-01 11:49:30 +02:00
parent 0e24afe8ea
commit 000bb3038f
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -12,4 +12,10 @@ openttd.overrideAttrs (oldAttrs: rec {
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
meta = {
homepage = "https://github.com/JGRennison/OpenTTD-patches";
changelog = "https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md";
};
})