Merge pull request #171221 from zimbatm/numtide-team

maintainers: add numtide team
main
Jonas Chevalier 2 years ago committed by GitHub
commit bab6710b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      maintainers/team-list.nix
  2. 5
      pkgs/applications/networking/cluster/terraform/default.nix
  3. 2
      pkgs/development/tools/treefmt/default.nix
  4. 2
      pkgs/tools/misc/direnv/default.nix

@ -445,6 +445,19 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
numtide = {
members = [
mic92
flokli
jfroche
tazjin
zimbatm
];
enableFeatureFreezePing = true;
scope = "Group registration for Numtide team members who collectively maintain packages.";
shortName = "Numtide team";
};
openstack = {
members = [
emilytrau

@ -63,11 +63,10 @@ let
kalbasit
marsam
maxeaubrey
techknowlogick
timstott
zimbatm
zowoq
techknowlogick
];
] ++ teams.numtide.members;
};
} // attrs');

@ -16,6 +16,6 @@ rustPlatform.buildRustPackage rec {
description = "one CLI to format the code tree";
homepage = "https://github.com/numtide/treefmt";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ zimbatm ];
maintainers = lib.teams.numtide.members;
};
}

@ -49,6 +49,6 @@ buildGoModule rec {
'';
homepage = "https://direnv.net";
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
maintainers = teams.numtide.members;
};
}

Loading…
Cancel
Save