Unverified Commit 04d243c3 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents f54326f6 32943868
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -1136,7 +1136,7 @@ with lib.maintainers;
      LunNova
      mschwaig
    ];
    githubTeams = [ "rocm-maintainers" ];
    githubTeams = [ "rocm" ];
    scope = "Maintain ROCm and related packages.";
    shortName = "ROCm";
  };