From 7f04409650a67f105ac90c3adcc13a86ec29bfcf Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Thu, 18 Apr 2024 16:06:53 -0700 Subject: [PATCH] teams.llvm: add the github team --- maintainers/team-list.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 9389514fcba5..412cafb627d6 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -575,6 +575,9 @@ with lib.maintainers; { rrbutani sternenseemann ]; + githubTeams = [ + "llvm" + ]; scope = "Maintain LLVM package sets and related packages"; shortName = "LLVM"; enableFeatureFreezePing = true;