From fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Tue, 9 Jun 2020 17:52:00 +0200 Subject: go-ethereum: remove asymmetric from maintainers --- pkgs/applications/blockchains/go-ethereum.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/blockchains/go-ethereum.nix') diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix index 690731fa120..b2cfc2e1d68 100644 --- a/pkgs/applications/blockchains/go-ethereum.nix +++ b/pkgs/applications/blockchains/go-ethereum.nix @@ -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 ]; }; } -- cgit 1.4.1