Merge pull request #175846 from SuperSandro2000/python310Packages.pytest-httpx

python310Packages.pytest-httpx: remove myself from maintainers

authored by Sandro and committed by GitHub 884bb1fd 3597a674

+1 -1
+1 -1
pkgs/development/python-modules/pytest-httpx/default.nix
··· 43 43 description = "Send responses to httpx"; 44 44 homepage = "https://github.com/Colin-b/pytest_httpx"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ fab SuperSandro2000 ]; 46 + maintainers = with maintainers; [ fab ]; 47 47 }; 48 48 }