From a95fd897f2b9b4705c47942a87ed12e0a826b37e Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sat, 25 Dec 2021 10:28:14 -0800 Subject: [PATCH] hexchat: remove superherointj as maintainer Mirroring https://github.com/NixOS/nixpkgs/pull/144319 --- .github/CODEOWNERS | 2 +- modules/programs/hexchat.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";