From 682493b2c4f2d31c7503774d913e12e01c30f52c Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 18 Sep 2023 16:18:51 +0200 Subject: [PATCH 1/3] team-list.nix: nixos-modules -> module-system The module system isn't about NixOS, so for consistent messaging, I'd like to rename this. If some of you would like to be in a team responsible for NixOS' _use_ of the module system, that would be great, but for consistency it should be a separate team. Note that this attribute isn't used anywhere - only generically at release time for the status update pings. --- maintainers/team-list.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7bad8e74a217b..cbaf7082f530d 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -649,15 +649,15 @@ with lib.maintainers; { enableFeatureFreezePing = true; }; - nixos-modules = { + module-system = { members = [ ericson2314 infinisil qyliss roberth ]; - scope = "Maintain nixpkgs module system internals."; - shortName = "NixOS Modules / internals"; + scope = "Maintain Nixpkgs module system"; + shortName = "Module system"; enableFeatureFreezePing = true; }; From 4e2fcbf7ee7004690cc9e5a0e71e09cb27e3b8a7 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 18 Sep 2023 19:11:23 +0200 Subject: [PATCH 2/3] team-list.nix: remove members who did not join qyliss confirmed this Haven't seen ericson2314 do maint work on it, and he'd tell me if he wanted to. Co-authored-by: Silvan Mosberger --- maintainers/team-list.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index cbaf7082f530d..86673fece4312 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -651,9 +651,7 @@ with lib.maintainers; { module-system = { members = [ - ericson2314 infinisil - qyliss roberth ]; scope = "Maintain Nixpkgs module system"; From fca4826dcd399813f85b61fec1442c781e345759 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 19 Sep 2023 17:34:16 +0200 Subject: [PATCH 3/3] team-list.nix: grammar Co-authored-by: Silvan Mosberger --- maintainers/team-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 86673fece4312..6b90ce30588be 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -654,7 +654,7 @@ with lib.maintainers; { infinisil roberth ]; - scope = "Maintain Nixpkgs module system"; + scope = "Maintain the Nixpkgs module system."; shortName = "Module system"; enableFeatureFreezePing = true; };