Merge pull request #188533 from lionello/patch-5

geth: remove lionello from maintainers
This commit is contained in:
adisbladis
2022-08-28 09:24:31 +08:00
committed by GitHub
@@ -56,6 +56,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 lionello RaghavSood ];
maintainers = with maintainers; [ adisbladis RaghavSood ];
};
}