mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
ripgrep: add khaneliman maintainer
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user