Skip to content

Commit

Permalink
rofi: add thiagokokada as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jan 21, 2021
1 parent 1f312ad commit ee12015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

/modules/programs/mcfly.nix @marsam

/modules/programs/mpv.nix @tadeokondrak
/modules/programs/mpv.nix @tadeokondrak @thiagokokada

/modules/programs/mu.nix @KarlJoad

Expand Down Expand Up @@ -121,6 +121,9 @@

/modules/programs/powerline-go.nix @DamienCassou

/modules/programs/rofi.nix @thiagokokada
/tests/modules/programs/rofi @thiagokokada

/modules/programs/rofi-pass.nix @seylerius
/tests/modules/programs/rofi-pass @seylerius

Expand Down
2 changes: 2 additions & 0 deletions modules/programs/rofi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,6 @@ in {
"rofi/themes/${themeName}.rasi".source = themePath;
};
};

meta.maintainers = with maintainers; [ thiagokokada ];
}

0 comments on commit ee12015

Please sign in to comment.