about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2023-07-14 21:47:34 +1200
committeradisbladis <adisbladis@gmail.com>2023-07-14 21:48:10 +1200
commitb093cb4cd8a971ab77993f77152fac31e5ccdf2f (patch)
treea38d53f2aef9d07dd495a812c9b3b38d2f11def5 /pkgs/applications/blockchains
parentfbb315c0c73f1fe0ad3bdc10fcfe11b796e2945d (diff)
go-ethereum: remove adisbladis as maintainer
Diffstat (limited to 'pkgs/applications/blockchains')
-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 7e00aa33a220b..18a5724bbd1f8 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -58,6 +58,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 ];
   };
 }