Unverified Commit 7e24422f authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.pipdeptree: add mdaniels5757 as maintainer

parent 301923ef
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}