OWNERS: add rocm team to rocm-modules (#444734)

This commit is contained in:
Philip Taron
2025-10-07 19:22:50 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -1136,7 +1136,7 @@ with lib.maintainers;
LunNova
mschwaig
];
githubTeams = [ "rocm-maintainers" ];
githubTeams = [ "rocm" ];
scope = "Maintain ROCm and related packages.";
shortName = "ROCm";
};