about summary refs log tree commit diff
path: root/pkgs/tools/text/mecab/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/mecab/default.nix')
-rw-r--r--pkgs/tools/text/mecab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mecab/default.nix b/pkgs/tools/text/mecab/default.nix
index 8d11343515d0a..f1f9fc6503c81 100644
--- a/pkgs/tools/text/mecab/default.nix
+++ b/pkgs/tools/text/mecab/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation (finalAttrs: ((mecab-base finalAttrs) // {
     license = licenses.bsd3;
     platforms = platforms.unix;
     mainProgram = "mecab";
-    maintainers = with maintainers; [ auntie paveloom ];
+    maintainers = with maintainers; [ auntie ];
   };
 }))