lol

python312Packages.nptyping: add pandapip1 to maintainers

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