diff --git a/pkgs/development/python-modules/pipdeptree/default.nix b/pkgs/development/python-modules/pipdeptree/default.nix index f02c8c2e5e94..db4aeef9529e 100644 --- a/pkgs/development/python-modules/pipdeptree/default.nix +++ b/pkgs/development/python-modules/pipdeptree/default.nix @@ -68,7 +68,10 @@ buildPythonPackage rec { homepage = "https://github.com/tox-dev/pipdeptree"; changelog = "https://github.com/tox-dev/pipdeptree/releases/tag/${src.tag}"; license = licenses.mit; - maintainers = with maintainers; [ charlesbaynham ]; + maintainers = with maintainers; [ + charlesbaynham + mdaniels5757 + ]; mainProgram = "pipdeptree"; }; }