about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-19 20:39:42 +0200
committerGitHub <noreply@github.com>2024-04-19 20:39:42 +0200
commitf9538248e639a408176dfd7205c335dc0aced91e (patch)
tree06e8ee88cb0f9044c44734ec66edd80effcb5177 /maintainers
parent7e6c9695f511ce0b7450a606213fe3944602fdf6 (diff)
parent7f04409650a67f105ac90c3adcc13a86ec29bfcf (diff)
Merge pull request #305165 from ExpidusOS/feat/llvm-team
teams.llvm: add the github team
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 9389514fcba53..412cafb627d6c 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;