python311Packages.mitmproxy: drop inactive maintainer

This commit is contained in:
Sandro Jäckel 2024-01-16 11:08:37 +01:00
parent 48ae7e0f3c
commit 1858cedf44
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -137,6 +137,6 @@ buildPythonPackage rec {
homepage = "https://mitmproxy.org/";
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ kamilchm SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}