python311Packages.web3: add hellwolf to maintainers

This commit is contained in:
Miao, ZhiCheng
2023-08-31 16:51:48 +03:00
parent c82284279d
commit 8709579b02
@@ -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 ];
};
}