Unverified Commit 73629151 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

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

parents 63eb3d90 fca4826d
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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;
  };