about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2021-08-21 19:02:05 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2021-08-22 02:30:07 +0800
commit054db8703c2b49e058fd549b3799ca429802faf2 (patch)
tree7b972b6f4a72d79045653f65bd76b3e830381f7e /pkgs/applications/blockchains/go-ethereum
parent09d4d489a9f1eeb6acef3e928b7e963f88d9f7fe (diff)
go-ethereum: remove xrelkd as maintainer
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index f087741254a69..8257aa43dd28a 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -55,6 +55,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 xrelkd RaghavSood ];
+    maintainers = with maintainers; [ adisbladis lionello RaghavSood ];
   };
 }