summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2020-06-09 17:52:00 +0200
committerLorenzo Manacorda <lorenzo@mailbox.org>2020-06-09 17:52:00 +0200
commitfb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc (patch)
tree303a1c20933e0c5035d3b1ffe283dabdcf706afb /pkgs/applications/blockchains/go-ethereum.nix
parent511f062729e7f214cbc29b5bf88e7b199ffd0cda (diff)
downloadnixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar.gz
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar.bz2
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar.lz
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar.xz
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.tar.zst
nixpkgs-fb1f86757e7e4a12a0dac6f45bcae7b3e67d47bc.zip
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 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 ];
   };
 }