mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +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;
|
||||
configPath = "${config.xdg.configHome}/ripgrep/ripgreprc";
|
||||
in {
|
||||
meta.maintainers = [ hm.maintainers.pedorich-n ];
|
||||
meta.maintainers =
|
||||
[ lib.maintainers.khaneliman lib.hm.maintainers.pedorich-n ];
|
||||
|
||||
options = {
|
||||
programs.ripgrep = {
|
||||
|
|
Loading…
Add table
Reference in a new issue