python3Packages.pipdeptree: add mdaniels5757 as maintainer

This commit is contained in:
Michael Daniels
2025-07-19 11:29:25 -04:00
committed by GitHub
parent 301923ef11
commit 7e24422faa
@@ -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";
};
}