From a06119a84ad0d5fde84a5896959ca5d3ed9be3e8 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 13 Jan 2026 01:39:52 +0100 Subject: [PATCH] roman: add sigmanificient as maintainer --- pkgs/development/python-modules/roman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/roman/default.nix b/pkgs/development/python-modules/roman/default.nix index b5f0a2ce1615..ccda094ade4c 100644 --- a/pkgs/development/python-modules/roman/default.nix +++ b/pkgs/development/python-modules/roman/default.nix @@ -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"; }; })