python3Packages.mitmproxy: add mainProgram (#472346)

This commit is contained in:
Sandro
2025-12-20 01:25:58 +00:00
committed by GitHub
@@ -155,5 +155,6 @@ buildPythonPackage rec {
changelog = "https://github.com/mitmproxy/mitmproxy/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "mitmproxy";
};
}