about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix')
-rw-r--r--pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix b/pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix
index f05ff91055a5..cd277f5149d9 100644
--- a/pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix
+++ b/pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     description = "ROCm fork of the LLVM Compiler runtime libraries";
     homepage = "https://github.com/RadeonOpenCompute/llvm-project";
     license = licenses.ncsa;
-    maintainers = with maintainers; [ acowley danieldk lovesegfault ];
+    maintainers = with maintainers; [ acowley lovesegfault ];
     platforms = platforms.linux;
   };
 }