mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
hexchat: remove superherointj as maintainer
Mirroring https://github.com/NixOS/nixpkgs/pull/144319
This commit is contained in:
parent
b1b55c983f
commit
a95fd897f2
2 changed files with 2 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
/modules/programs/go.nix @rvolosatovs
|
/modules/programs/go.nix @rvolosatovs
|
||||||
|
|
||||||
/modules/programs/hexchat.nix @superherointj @thiagokokada
|
/modules/programs/hexchat.nix @thiagokokada
|
||||||
/tests/modules/programs/hexchat @thiagokokada
|
/tests/modules/programs/hexchat @thiagokokada
|
||||||
|
|
||||||
/modules/programs/himalaya.nix @ambroisie
|
/modules/programs/himalaya.nix @ambroisie
|
||||||
|
|
|
@ -229,7 +229,7 @@ let
|
||||||
]);
|
]);
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = with maintainers; [ superherointj thiagokokada ];
|
meta.maintainers = with maintainers; [ thiagokokada ];
|
||||||
|
|
||||||
options.programs.hexchat = with types; {
|
options.programs.hexchat = with types; {
|
||||||
enable = mkEnableOption "HexChat, a graphical IRC client";
|
enable = mkEnableOption "HexChat, a graphical IRC client";
|
||||||
|
|
Loading…
Reference in a new issue