From 7782af8721c2141f81ab5158180760bf8240f8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 1 Jun 2022 23:31:28 +0200 Subject: [PATCH] python310Packages.pytest-httpx: remove myself from maintainers --- pkgs/development/python-modules/pytest-httpx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-httpx/default.nix b/pkgs/development/python-modules/pytest-httpx/default.nix index 569ac8606f6a..1fb4023b2d9b 100644 --- a/pkgs/development/python-modules/pytest-httpx/default.nix +++ b/pkgs/development/python-modules/pytest-httpx/default.nix @@ -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 ]; }; }