diff --git a/ci/OWNERS b/ci/OWNERS index 49a4b4c7dbb7..e63c5a6c5f9d 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 diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index aea170d5b39a..fc76f5cd9ffa 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -1136,7 +1136,7 @@ with lib.maintainers; LunNova mschwaig ]; - githubTeams = [ "rocm-maintainers" ]; + githubTeams = [ "rocm" ]; scope = "Maintain ROCm and related packages."; shortName = "ROCm"; };