about summary refs log tree commit diff
path: root/pkgs/tools
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
parentcc1b2a14be1d6f30287ee6b8c6213dadf0f7bb2d (diff)
downloadnixlib-72fb771de98144395b742488ad8d3c63d0713329.tar
nixlib-72fb771de98144395b742488ad8d3c63d0713329.tar.gz
nixlib-72fb771de98144395b742488ad8d3c63d0713329.tar.bz2
nixlib-72fb771de98144395b742488ad8d3c63d0713329.tar.lz
nixlib-72fb771de98144395b742488ad8d3c63d0713329.tar.xz
nixlib-72fb771de98144395b742488ad8d3c63d0713329.tar.zst
nixlib-72fb771de98144395b742488ad8d3c63d0713329.zip
ripgrep: add maintainer
Diffstat (limited to 'pkgs/tools')
-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 65ec36e58643..548b6fd22de5 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;
   };
 }