From af682f39a7dd6e3f700457f412c0d5c83ce49500 Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Sat, 7 Dec 2024 21:13:07 +0000 Subject: [PATCH] team-list: establish categorization team Per RFC 146: https://github.com/NixOS/rfcs/blob/master/rfcs/0146-meta-categories.md#categorization-team > "a team entrusted with authority to manage issues related to categorization and carry their corresponding duties" --- maintainers/team-list.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index fe798e939a52..69ef2da68f01 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -134,6 +134,24 @@ with lib.maintainers; shortName = "c3d2"; }; + categorization = { + members = [ + aleksana + fgaz + getpsyched + lyndeno + natsukium + philiptaron + pyrotelekinetic + raskin + sigmasquadron + tomodachi94 + ]; + githubTeams = [ "categorization" ]; + scope = "Maintain the categorization system in Nixpkgs, per RFC 146. This team has authority over all categorization issues in Nixpkgs."; + shortName = "Categorization"; + }; + cinnamon = { members = [ bobby285271