Unverified Commit 6e88f7e8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 291addf9 7e24422f
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";
  };
}