From d96772aef03e01676fc8779719b05807e809def2 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 21 Jan 2025 13:36:45 -0800 Subject: [PATCH] python312Packages.nptyping: add pandapip1 to maintainers --- pkgs/development/python-modules/nptyping/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/nptyping/default.nix b/pkgs/development/python-modules/nptyping/default.nix index 73faa7df13d5..d09c3daf59af 100644 --- a/pkgs/development/python-modules/nptyping/default.nix +++ b/pkgs/development/python-modules/nptyping/default.nix @@ -68,6 +68,9 @@ buildPythonPackage rec { homepage = "https://github.com/ramonhagenaars/nptyping"; changelog = "https://github.com/ramonhagenaars/nptyping/blob/v${version}/HISTORY.md"; license = licenses.mit; - maintainers = with maintainers; [ bcdarwin ]; + maintainers = with maintainers; [ + bcdarwin + pandapip1 + ]; }; }