mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
lib.teams: Remove dummy Nixpkgs committers team and hardcode into feature freeze script
There's no reason this needs to be exposed under `lib.teams`
This commit is contained in:
parent
f3f9a335b5
commit
7ff3f688ee
2 changed files with 2 additions and 9 deletions
|
|
@ -75,3 +75,5 @@ while (my ($team_nix_key, $team_config) = each %{$data}) {
|
|||
|
||||
print {*STDOUT} "\n";
|
||||
}
|
||||
|
||||
print {*STDOUT} "Everyone else: \@NixOS/nixpkgs-committers\n";
|
||||
|
|
|
|||
|
|
@ -418,15 +418,6 @@ with lib.maintainers;
|
|||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
# Dummy group for the "everyone else" section
|
||||
feature-freeze-everyone-else = {
|
||||
members = [ ];
|
||||
github = "nixpkgs-committers";
|
||||
scope = "Dummy team for the #everyone else' section during feture freezes, not to be used as package maintainers!";
|
||||
shortName = "Everyone else";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
flutter = {
|
||||
members = [
|
||||
mkg20001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue