summary refs log tree commit diff
path: root/pkgs/tools/system
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/tools/system
parent574727ed487478d3c3a853246435f890d8314c32 (diff)
downloadnixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar.gz
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar.bz2
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar.lz
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar.xz
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.tar.zst
nixpkgs-0190a12af56afabed5c3b4f367870e04baf9da52.zip
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/tools/system')
-rw-r--r--pkgs/tools/system/rocm-smi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/rocm-smi/default.nix b/pkgs/tools/system/rocm-smi/default.nix
index f1d2ceee689..e5ef9310373 100644
--- a/pkgs/tools/system/rocm-smi/default.nix
+++ b/pkgs/tools/system/rocm-smi/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     description = "System management interface for AMD GPUs supported by ROCm";
     homepage = "https://github.com/RadeonOpenCompute/rocm_smi_lib";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ lovesegfault Flakebi ];
+    maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members;
     platforms = [ "x86_64-linux" ];
   };
 }