about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/openethereum
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2021-08-21 19:02:24 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2021-08-22 02:30:08 +0800
commit938d27ffa578ddf50985d251f1f46461276e9231 (patch)
tree98b17b6da833527d718fc0c525de3996dc03fc92 /pkgs/applications/blockchains/openethereum
parent054db8703c2b49e058fd549b3799ca429802faf2 (diff)
openethereum: remove xrelkd as maintainer
Diffstat (limited to 'pkgs/applications/blockchains/openethereum')
-rw-r--r--pkgs/applications/blockchains/openethereum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/openethereum/default.nix b/pkgs/applications/blockchains/openethereum/default.nix
index be2373941b323..39f35f211f903 100644
--- a/pkgs/applications/blockchains/openethereum/default.nix
+++ b/pkgs/applications/blockchains/openethereum/default.nix
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
     description = "Fast, light, robust Ethereum implementation";
     homepage = "http://parity.io/ethereum";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ akru xrelkd ];
+    maintainers = with maintainers; [ akru ];
     platforms = lib.platforms.unix;
   };
 }