about summary refs log tree commit diff
path: root/pkgs/tools/text/autocorrect/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/autocorrect/default.nix')
-rw-r--r--pkgs/tools/text/autocorrect/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/autocorrect/default.nix b/pkgs/tools/text/autocorrect/default.nix
index a75245df04c9..ec758ace02d9 100644
--- a/pkgs/tools/text/autocorrect/default.nix
+++ b/pkgs/tools/text/autocorrect/default.nix
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://huacnlee.github.io/autocorrect";
     changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ candyc1oud ];
+    maintainers = [];
   };
 }