1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

maintainers/team-list: Update feature freeze team selection

GitHub issues allow roughly 65-70 mentions on a single comment, so I
think it's wise to reduce the selection to teams that maintain some
critical component or a larger ecosystem within nixpkgs.

Everyone is of course always welcome to check-in regardless and report
important issues, that deserve attention.
This commit is contained in:
Martin Weinelt 2022-10-03 03:48:26 +02:00
parent a62844b302
commit 8b920d919c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -38,6 +38,7 @@ with lib.maintainers; {
]; ];
scope = "Maintain ACME-related packages and modules."; scope = "Maintain ACME-related packages and modules.";
shortName = "ACME"; shortName = "ACME";
enableFeatureFreezePing = true;
}; };
bazel = { bazel = {
@ -90,7 +91,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain Blockchain packages and modules."; scope = "Maintain Blockchain packages and modules.";
shortName = "Blockchains"; shortName = "Blockchains";
enableFeatureFreezePing = true;
}; };
c = { c = {
@ -111,7 +111,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain packages used in the C3D2 hackspace"; scope = "Maintain packages used in the C3D2 hackspace";
shortName = "c3d2"; shortName = "c3d2";
enableFeatureFreezePing = true;
}; };
cinnamon = { cinnamon = {
@ -202,7 +201,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain Docker and related tools."; scope = "Maintain Docker and related tools.";
shortName = "DockerTools"; shortName = "DockerTools";
enableFeatureFreezePing = true;
}; };
docs = { docs = {
@ -220,7 +218,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain the Emacs editor and packages."; scope = "Maintain the Emacs editor and packages.";
shortName = "Emacs"; shortName = "Emacs";
enableFeatureFreezePing = true;
}; };
enlightenment = { enlightenment = {
@ -426,6 +423,7 @@ with lib.maintainers; {
]; ];
scope = "Maintain Mate desktop environment and related packages."; scope = "Maintain Mate desktop environment and related packages.";
shortName = "MATE"; shortName = "MATE";
enableFeatureFreezePing = true;
}; };
matrix = { matrix = {
@ -448,7 +446,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain Mobile NixOS."; scope = "Maintain Mobile NixOS.";
shortName = "Mobile"; shortName = "Mobile";
enableFeatureFreezePing = true;
}; };
nix = { nix = {
@ -483,7 +480,6 @@ with lib.maintainers; {
tazjin tazjin
zimbatm zimbatm
]; ];
enableFeatureFreezePing = true;
scope = "Group registration for Numtide team members who collectively maintain packages."; scope = "Group registration for Numtide team members who collectively maintain packages.";
shortName = "Numtide team"; shortName = "Numtide team";
}; };
@ -548,7 +544,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain Podman and CRI-O related packages and modules."; scope = "Maintain Podman and CRI-O related packages and modules.";
shortName = "Podman"; shortName = "Podman";
enableFeatureFreezePing = true;
}; };
postgres = { postgres = {
@ -557,7 +552,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module."; scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
shortName = "PostgreSQL"; shortName = "PostgreSQL";
enableFeatureFreezePing = true;
}; };
python = { python = {
@ -610,7 +604,6 @@ with lib.maintainers; {
]; ];
scope = "Manage the current nixpkgs/NixOS release."; scope = "Manage the current nixpkgs/NixOS release.";
shortName = "Release"; shortName = "Release";
enableFeatureFreezePing = true;
}; };
ruby = { ruby = {
@ -699,7 +692,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain the vim and neovim text editors and related packages."; scope = "Maintain the vim and neovim text editors and related packages.";
shortName = "Vim/Neovim"; shortName = "Vim/Neovim";
enableFeatureFreezePing = true;
}; };
xfce = { xfce = {
@ -708,5 +700,6 @@ with lib.maintainers; {
]; ];
scope = "Maintain Xfce desktop environment and related packages."; scope = "Maintain Xfce desktop environment and related packages.";
shortName = "Xfce"; shortName = "Xfce";
enableFeatureFreezePing = true;
}; };
} }