From 14d9206fae6bbc2607ca28089b3ebb22b6b28507 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 22 Mar 2023 21:15:08 +0000 Subject: [PATCH 1/2] maintainers/team-list: sort llvm members --- maintainers/team-list.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 2201fc7f76bc..ae14865d484c 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -424,11 +424,11 @@ with lib.maintainers; { llvm = { members = [ - ericson2314 - sternenseemann - lovek323 dtzWill + ericson2314 + lovek323 primeos + sternenseemann ]; scope = "Maintain LLVM package sets and related packages"; shortName = "LLVM"; From fa1175372bd14201a507771ab53cb0478df56f4d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 22 Mar 2023 21:15:54 +0000 Subject: [PATCH 2/2] maintainers/team-list: add 3 new members to LLVM The three of us have been working on getting the different LLVM versions in sync, and discussing plans for 16, 17, and upgrading the default. Being notified of PRs will be useful, so that we can make sure that new PRs don't introduce further unnecessary deltas between different LLVM versions, which has been a problem so far. --- maintainers/team-list.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index ae14865d484c..173ad98263f9 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -428,6 +428,9 @@ with lib.maintainers; { ericson2314 lovek323 primeos + qyliss + raitobezarius + rrbutani sternenseemann ]; scope = "Maintain LLVM package sets and related packages";