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

python310Packages.pytest-httpx: remove myself from maintainers
This commit is contained in:
Sandro
2022-06-02 02:02:28 +02:00
committed by GitHub
@@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Send responses to httpx";
homepage = "https://github.com/Colin-b/pytest_httpx";
license = licenses.mit;
maintainers = with maintainers; [ fab SuperSandro2000 ];
maintainers = with maintainers; [ fab ];
};
}