python3Packages.pipdeptree: add mdaniels5757 as maintainer (#426691)

This commit is contained in:
Wolfgang Walther
2025-07-20 13:53:05 +00:00
committed by GitHub
@@ -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";
};
}