From 28f3b3d5ba5183780f850597c0f023c96ef54ec0 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sun, 5 Oct 2025 16:23:33 -0700 Subject: [PATCH 1/2] team-list: rename rocm-maintainers to rocm --- maintainers/team-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 9315a5de7c33..a98771ec30c9 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -1125,7 +1125,7 @@ with lib.maintainers; LunNova mschwaig ]; - githubTeams = [ "rocm-maintainers" ]; + githubTeams = [ "rocm" ]; scope = "Maintain ROCm and related packages."; shortName = "ROCm"; }; From 329438685d87b645e132629a0baac58c2c1b2821 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sat, 20 Sep 2025 11:43:32 -0700 Subject: [PATCH 2/2] OWNERS: add rocm team to rocm-modules --- ci/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/OWNERS b/ci/OWNERS index 65fca06c3879..4ea0bf909afc 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -190,6 +190,9 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza /pkgs/top-level/release-cuda.nix @NixOS/cuda-maintainers /pkgs/development/cuda-modules @NixOS/cuda-maintainers +# ROCm +/pkgs/development/rocm-modules @NixOS/rocm + # Haskell /doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn @wolfgangwalther /maintainers/scripts/haskell @sternenseemann @maralorn @wolfgangwalther