about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <github@infinisil.com>2023-09-19 18:35:42 +0200
committerGitHub <noreply@github.com>2023-09-19 18:35:42 +0200
commit736291513630c09614aea3e3471b83aae24a676c (patch)
treedfca955731712f476de310fc8331ef03a779bbfa
parent63eb3d9044618cb45220fd8c04d6d106919db634 (diff)
parentfca4826dcd399813f85b61fec1442c781e345759 (diff)
Merge pull request #255905 from hercules-ci/rename-teams-module-system
-rw-r--r--maintainers/team-list.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 7bad8e74a217b..6b90ce30588be 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -649,15 +649,13 @@ 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 the Nixpkgs module system.";
+    shortName = "Module system";
     enableFeatureFreezePing = true;
   };