about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-14 13:50:43 +0300
committerGitHub <noreply@github.com>2023-07-14 13:50:43 +0300
commitda56af6c22e57e01d5b2e09ac6a8240e2909d556 (patch)
tree0cb7fdf1243529eb17c7fece813a694e01635d33 /pkgs/applications/blockchains/go-ethereum
parente4db1840dcf3c73085ad72a4ef13fbbe788f5a20 (diff)
parentb093cb4cd8a971ab77993f77152fac31e5ccdf2f (diff)
Merge pull request #243441 from adisbladis/geth-adisbladis-maintainer
go-ethereum: remove adisbladis 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 cc1c6b1610832..6c39a8eae6557 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -57,6 +57,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 RaghavSood ];
+    maintainers = with maintainers; [ RaghavSood ];
   };
 }