From 8709579b0272334273b50caecc2a492e2979fe14 Mon Sep 17 00:00:00 2001 From: "Miao, ZhiCheng" Date: Wed, 30 Aug 2023 18:40:31 +0300 Subject: [PATCH] python311Packages.web3: add hellwolf to maintainers --- 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 af2dedceed6b..b846c4391f59 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; [ ]; + maintainers = with maintainers; [ hellwolf ]; }; }