lol

python312Packages.nptyping: add pandapip1 to maintainers

+4 -1
+4 -1
pkgs/development/python-modules/nptyping/default.nix
··· 68 68 homepage = "https://github.com/ramonhagenaars/nptyping"; 69 69 changelog = "https://github.com/ramonhagenaars/nptyping/blob/v${version}/HISTORY.md"; 70 70 license = licenses.mit; 71 - maintainers = with maintainers; [ bcdarwin ]; 71 + maintainers = with maintainers; [ 72 + bcdarwin 73 + pandapip1 74 + ]; 72 75 }; 73 76 }