about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-09-18 16:18:51 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-09-18 21:16:19 +0200
commit682493b2c4f2d31c7503774d913e12e01c30f52c (patch)
tree1124a720221ad0e6c00516c4bc604daad2abd01e /maintainers
parent4c96e13393c2c051280230a6996ecb7a1a5ef741 (diff)
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.
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix6
1 files 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;
   };