From b07febf83e2c102dc7aa9bab02a3e7847854e3ed Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 26 Aug 2023 13:06:52 +0200 Subject: [PATCH] python3Packages.web3: remove myself from maintainers I do not have further interest neither time to work on this in the future. --- pkgs/development/python-modules/web3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/web3/default.nix b/pkgs/development/python-modules/web3/default.nix index f4afe0646158..af2dedceed6b 100644 --- a/pkgs/development/python-modules/web3/default.nix +++ b/pkgs/development/python-modules/web3/default.nix @@ -67,6 +67,6 @@ buildPythonPackage rec { description = "Web3 library for interactions"; homepage = "https://github.com/ethereum/web3"; license = licenses.mit; - maintainers = with maintainers; [ raitobezarius ]; + maintainers = with maintainers; [ ]; }; }