about summary refs log tree commit diff
path: root/pkgs/development/libraries/hipcub
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2022-11-23 19:24:39 -0600
committerMadoura <madouura@gmail.com>2022-11-24 01:19:57 -0600
commit574727ed487478d3c3a853246435f890d8314c32 (patch)
treeec1838b3f9e7764de7810388613c8cb86937c401 /pkgs/development/libraries/hipcub
parentb3d651c79a9cd9541de031d419e7bb22d421a636 (diff)
rocm-related: change maintainers to rocm team
rocprim: change maintainers to rocm team

hipcub: change maintainers to rocm team

rocsparse: change maintainers to rocm team

hipsparse: change maintainers to rocm team

rccl: change maintainers to rocm team

rocfft: change maintainers to rocm team

tensile: change maintainers to rocm team

rocblas: change maintainers to rocm team

miopengemm: change maintainers to rocm team

clang-ocl: change maintainers to rocm team

rocthrust: change maintainers to rocm team

rocm-cmake: change maintainers to rocm team

composable_kernel: change maintainers to rocm team

rocmlir: change maintainers to rocm team
Diffstat (limited to 'pkgs/development/libraries/hipcub')
-rw-r--r--pkgs/development/libraries/hipcub/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hipcub/default.nix b/pkgs/development/libraries/hipcub/default.nix
index 8e0dcaea504c5..dc4899c8ec166 100644
--- a/pkgs/development/libraries/hipcub/default.nix
+++ b/pkgs/development/libraries/hipcub/default.nix
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
     description = "Thin wrapper library on top of rocPRIM or CUB";
     homepage = "https://github.com/ROCmSoftwarePlatform/hipCUB";
     license = with licenses; [ bsd3 ];
-    maintainers = with maintainers; [ Madouura ];
+    maintainers = teams.rocm.members;
     broken = rocmVersion != hip.version;
   };
 }