···39 description = "A fast line-oriented regex search tool, similar to ag and ack";
40 homepage = "https://github.com/BurntSushi/ripgrep";
41 license = licenses.unlicense;
42- maintainers = [ maintainers.tailhook ];
43 };
44}
45```
···926 description = "A fast line-oriented regex search tool, similar to ag and ack";
927 homepage = "https://github.com/BurntSushi/ripgrep";
928 license = with licenses; [ mit unlicense ];
929- maintainers = with maintainers; [ tailhook ];
930 };
931}
932```
···39 description = "A fast line-oriented regex search tool, similar to ag and ack";
40 homepage = "https://github.com/BurntSushi/ripgrep";
41 license = licenses.unlicense;
42+ maintainers = [];
43 };
44}
45```
···926 description = "A fast line-oriented regex search tool, similar to ag and ack";
927 homepage = "https://github.com/BurntSushi/ripgrep";
928 license = with licenses; [ mit unlicense ];
929+ maintainers = with maintainers; [];
930 };
931}
932```
···265 To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
266 '';
267 license = licenses.asl20;
268- maintainers = with maintainers; [ offline tailhook vdemeester periklis mikroskeem maxeaubrey ];
269 };
270 });
271
···265 To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
266 '';
267 license = licenses.asl20;
268+ maintainers = with maintainers; [ offline vdemeester periklis mikroskeem maxeaubrey ];
269 };
270 });
271
+1-1
pkgs/tools/text/ripgrep/default.nix
···50 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
51 homepage = "https://github.com/BurntSushi/ripgrep";
52 license = with licenses; [ unlicense /* or */ mit ];
53- maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
54 mainProgram = "rg";
55 };
56}
···50 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
51 homepage = "https://github.com/BurntSushi/ripgrep";
52 license = with licenses; [ unlicense /* or */ mit ];
53+ maintainers = with maintainers; [ globin ma27 zowoq ];
54 mainProgram = "rg";
55 };
56}