summary refs log tree commit diff
path: root/pkgs/tools/text/ripgrep
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:24:36 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:25:27 +1000
commit72fb771de98144395b742488ad8d3c63d0713329 (patch)
treef87a36a76620294a09c730517910d81d859405dd /pkgs/tools/text/ripgrep
parentcc1b2a14be1d6f30287ee6b8c6213dadf0f7bb2d (diff)
downloadnixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar.gz
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar.bz2
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar.lz
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar.xz
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.tar.zst
nixpkgs-72fb771de98144395b742488ad8d3c63d0713329.zip
ripgrep: add maintainer
Diffstat (limited to 'pkgs/tools/text/ripgrep')
-rw-r--r--pkgs/tools/text/ripgrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ripgrep/default.nix b/pkgs/tools/text/ripgrep/default.nix
index 65ec36e5864..548b6fd22de 100644
--- a/pkgs/tools/text/ripgrep/default.nix
+++ b/pkgs/tools/text/ripgrep/default.nix
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
     description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
     homepage = "https://github.com/BurntSushi/ripgrep";
     license = with licenses; [ unlicense /* or */ mit ];
-    maintainers = with maintainers; [ tailhook globin ma27 ];
+    maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
     platforms = platforms.all;
   };
 }