roman: add sigmanificient as maintainer

This commit is contained in:
Sigmanificient
2026-01-13 01:39:52 +01:00
parent 77c53d75e6
commit a06119a84a
@@ -31,6 +31,7 @@ buildPythonPackage (finalAttrs: {
changelog = "https://github.com/zopefoundation/roman/blob/${finalAttrs.version}/CHANGES.rst";
homepage = "https://pypi.python.org/pypi/roman";
license = lib.licenses.psfl;
maintainers = with lib.maintainers; [ sigmanificient ];
mainProgram = "roman";
};
})