Merge pull request #255905 from hercules-ci/rename-teams-module-system

This commit is contained in:
Silvan Mosberger 2023-09-19 18:35:42 +02:00 committed by GitHub
commit 7362915136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -649,15 +649,13 @@ with lib.maintainers; {
enableFeatureFreezePing = true; enableFeatureFreezePing = true;
}; };
nixos-modules = { module-system = {
members = [ members = [
ericson2314
infinisil infinisil
qyliss
roberth roberth
]; ];
scope = "Maintain nixpkgs module system internals."; scope = "Maintain the Nixpkgs module system.";
shortName = "NixOS Modules / internals"; shortName = "Module system";
enableFeatureFreezePing = true; enableFeatureFreezePing = true;
}; };