Skip to content

Commit

Permalink
Merge pull request #255905 from hercules-ci/rename-teams-module-system
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Sep 19, 2023
2 parents 63eb3d9 + fca4826 commit 7362915
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 7362915

Please sign in to comment.