diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f134013db..01c8b4be4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -92,7 +92,7 @@ /modules/programs/go.nix @rvolosatovs -/modules/programs/hexchat.nix @superherointj @thiagokokada +/modules/programs/hexchat.nix @thiagokokada /tests/modules/programs/hexchat @thiagokokada /modules/programs/himalaya.nix @ambroisie diff --git a/modules/programs/hexchat.nix b/modules/programs/hexchat.nix index 7ac79228f..a23ea622c 100644 --- a/modules/programs/hexchat.nix +++ b/modules/programs/hexchat.nix @@ -229,7 +229,7 @@ let ]); in { - meta.maintainers = with maintainers; [ superherointj thiagokokada ]; + meta.maintainers = with maintainers; [ thiagokokada ]; options.programs.hexchat = with types; { enable = mkEnableOption "HexChat, a graphical IRC client";