about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-23 20:35:29 +0800
committerGitHub <noreply@github.com>2023-09-23 14:35:29 +0200
commit87cb7625b8fe36edcfafb59110752a1ec81a486a (patch)
tree1f775c653871a1a07d6bb1cfdfd9a891abf7ae12 /pkgs/applications/blockchains
parent94e939985b7730fd74b1c2e03292661734b490f0 (diff)
treewide: remove maintainer (#256811)
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/dcrctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/dcrctl/default.nix b/pkgs/applications/blockchains/dcrctl/default.nix
index 31e56254ee786..97f9b7767db7b 100644
--- a/pkgs/applications/blockchains/dcrctl/default.nix
+++ b/pkgs/applications/blockchains/dcrctl/default.nix
@@ -19,6 +19,6 @@ buildGoModule rec {
     homepage = "https://decred.org";
     description = "A secure Decred wallet daemon written in Go (golang)";
     license = with lib.licenses; [ isc ];
-    maintainers = with lib.maintainers; [ aaronjheng ];
+    maintainers = with lib.maintainers; [ ];
   };
 }