Unverified Commit 157a6c26 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

mitmproxy: add SuperSandro2000 as maintainer

parent c092a502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,6 +121,6 @@ buildPythonPackage rec {
    description = "Man-in-the-middle proxy";
    homepage = "https://mitmproxy.org/";
    license = licenses.mit;
    maintainers = with maintainers; [ kamilchm ];
    maintainers = with maintainers; [ kamilchm SuperSandro2000 ];
  };
}