Merge pull request #89939 from asymmetric/no-geth

go-ethereum: remove asymmetric from maintainers
This commit is contained in:
Mario Rodas
2020-06-09 22:44:14 -05:00
committed by GitHub

View File

@@ -53,6 +53,6 @@ buildGoModule rec {
homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3 gpl3 ];
maintainers = with maintainers; [ adisbladis asymmetric lionello xrelkd ];
maintainers = with maintainers; [ adisbladis lionello xrelkd ];
};
}