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;
};
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;
};