openttd-nml: update homepage and add changelog

This commit is contained in:
magicquark
2026-06-30 04:15:34 +01:00
parent f66aec789d
commit efa1d062ab
+2 -1
View File
@@ -30,7 +30,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
doInstallCheck = true;
meta = {
homepage = "http://openttdcoop.org/";
changelog = "https://github.com/OpenTTD/nml/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/OpenTTD/nml";
description = "Compiler for OpenTTD NML files";
mainProgram = "nmlc";
license = lib.licenses.gpl2Plus;