about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorLio李歐 <lionello@users.noreply.github.com>2022-08-26 13:12:17 -0700
committerGitHub <noreply@github.com>2022-08-26 13:12:17 -0700
commitea372796ac6dbd087ae5048d772e3fb67a451018 (patch)
tree37d7b540710e25f87dd16b9524655454d154e582 /pkgs/applications/blockchains/go-ethereum
parent12f74551c79d33235229888af1df6c127d3aeb86 (diff)
geth: remove lionello from maintainers
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 7766158193d5d..423f1f43b1416 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -56,6 +56,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 RaghavSood ];
+    maintainers = with maintainers; [ adisbladis RaghavSood ];
   };
 }