mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 10:16:55 +00:00
ripgrep: add khaneliman maintainer
This commit is contained in:
parent
9cb98f3140
commit
d62027e44d
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ let
|
||||||
cfg = config.programs.ripgrep;
|
cfg = config.programs.ripgrep;
|
||||||
configPath = "${config.xdg.configHome}/ripgrep/ripgreprc";
|
configPath = "${config.xdg.configHome}/ripgrep/ripgreprc";
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ hm.maintainers.pedorich-n ];
|
meta.maintainers =
|
||||||
|
[ lib.maintainers.khaneliman lib.hm.maintainers.pedorich-n ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
programs.ripgrep = {
|
programs.ripgrep = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue