Merge pull request #243441 from adisbladis/geth-adisbladis-maintainer

go-ethereum: remove adisbladis as maintainer
This commit is contained in:
Weijia Wang
2023-07-14 13:50:43 +03:00
committed by GitHub
@@ -57,6 +57,6 @@ in buildGoModule rec {
homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3Plus gpl3Plus ];
maintainers = with maintainers; [ adisbladis RaghavSood ];
maintainers = with maintainers; [ RaghavSood ];
};
}