summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-09 22:44:14 -0500
committerGitHub <noreply@github.com>2020-06-09 22:44:14 -0500
commit33a99518e9a9546086b55535c49d9474787dcad1 (patch)
tree4bba5adc7ae2dc481d361248b49c559b6bf3dc16 /pkgs/applications/blockchains/go-ethereum.nix
parent9283274a484fb0d83f0f6a1a6381b9bafc01fd68 (diff)
parentfb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc (diff)
downloadnixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar.gz
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar.bz2
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar.lz
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar.xz
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.tar.zst
nixpkgs-33a99518e9a9546086b55535c49d9474787dcad1.zip
Merge pull request #89939 from asymmetric/no-geth
go-ethereum: remove asymmetric from maintainers
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum.nix')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index e5cad0c7681..d29292439c0 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 ];
   };
 }