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 + ]; }; }