about summary refs log tree commit diff
path: root/pkgs/development/compilers/hip
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2022-11-23 19:29:33 -0600
committerMadoura <madouura@gmail.com>2022-11-24 01:19:57 -0600
commit0190a12af56afabed5c3b4f367870e04baf9da52 (patch)
tree0dc2b1fa79504442a76fbc0ac065024d9a767391 /pkgs/development/compilers/hip
parent574727ed487478d3c3a853246435f890d8314c32 (diff)
rocm-related: change maintainers to rocm team + old
rocclr: change maintainers to rocm team + old

rocm-comgr: change maintainers to rocm team + old

rocm-device-libs: change maintainers to rocm team + old

rocm-opencl-runtime: change maintainers to rocm team + old

rocm-runtime: change maintainers to rocm team + old

rocm-thunk: change maintainers to rocm team + old

rocminfo: change maintainers to rocm team + old

rocm-smi: change maintainers to rocm team + old

rocm-llvm: change maintainers to rocm team + old

hip: change maintainers to rocm team + old
Diffstat (limited to 'pkgs/development/compilers/hip')
-rw-r--r--pkgs/development/compilers/hip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/hip/default.nix b/pkgs/development/compilers/hip/default.nix
index 60420b95f139e..14847d415c9c4 100644
--- a/pkgs/development/compilers/hip/default.nix
+++ b/pkgs/development/compilers/hip/default.nix
@@ -103,7 +103,7 @@ let
       description = "C++ Heterogeneous-Compute Interface for Portability";
       homepage = "https://github.com/ROCm-Developer-Tools/HIP";
       license = licenses.mit;
-      maintainers = with maintainers; [ lovesegfault Flakebi ];
+      maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members;
       platforms = platforms.linux;
     };
   };
@@ -200,7 +200,7 @@ stdenv.mkDerivation rec {
     description = "C++ Heterogeneous-Compute Interface for Portability";
     homepage = "https://github.com/ROCm-Developer-Tools/hipamd";
     license = licenses.mit;
-    maintainers = with maintainers; [ lovesegfault Flakebi ];
+    maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members;
     platforms = platforms.linux;
   };
 }