Skip to content

Commit

Permalink
team-list.nix: nixos-modules -> module-system
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
roberth committed Sep 18, 2023
1 parent 4c96e13 commit 682493b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 682493b

Please sign in to comment.