summary refs log tree commit diff
path: root/pkgs/tools/text/ripgrep-all/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/ripgrep-all/default.nix')
-rw-r--r--pkgs/tools/text/ripgrep-all/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ripgrep-all/default.nix b/pkgs/tools/text/ripgrep-all/default.nix
index d41be25231c..df54724d384 100644
--- a/pkgs/tools/text/ripgrep-all/default.nix
+++ b/pkgs/tools/text/ripgrep-all/default.nix
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = https://github.com/phiresky/ripgrep-all;
     license = with licenses; [ agpl3Plus ];
-    maintainers = with maintainers; [ zaninime ];
+    maintainers = with maintainers; [ zaninime ma27 ];
     platforms = platforms.all;
   };
 }