openttd-nml: adopt orphaned package

This commit is contained in:
magicquark
2026-06-30 04:13:05 +01:00
parent 5699094b6a
commit f66aec789d
+1 -1
View File
@@ -34,6 +34,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
description = "Compiler for OpenTTD NML files";
mainProgram = "nmlc";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.magicquark ];
};
})