From b1743004a4ff4c74df4973efe656fa545862bab9 Mon Sep 17 00:00:00 2001 From: yaya Date: Thu, 9 Apr 2026 13:13:44 +0200 Subject: [PATCH] maintainers/team-list: Enable feature freeze ping for gcc Since `gcc` is listed as [release critical package], it might make sense to have the team included in the feature freeze ping. [release critical package]: https://nixos.github.io/release-wiki/Release-Critical-Packages.html --- maintainers/team-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 55ac4e52ca9e..9d228a66b7f2 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -299,6 +299,7 @@ with lib.maintainers; ]; scope = "Maintain GCC (GNU Compiler Collection) compilers"; shortName = "GCC"; + enableFeatureFreezePing = true; }; geospatial = {