gpu-burn: remove elohmeier as maintainer

This commit is contained in:
Enno Richter 2024-06-14 09:17:57 +02:00
parent 15ebfec0e6
commit d6c917787e

View File

@ -39,7 +39,6 @@ stdenv.mkDerivation {
homepage = "http://wili.cc/blog/gpu-burn.html";
description = "Multi-GPU CUDA stress test";
platforms = platforms.linux;
maintainers = with maintainers; [ elohmeier ];
license = licenses.bsd2;
mainProgram = "gpu_burn";
};