about summary refs log tree commit diff
path: root/pkgs/tools/graphics/deqp-runner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/deqp-runner/default.nix')
-rw-r--r--pkgs/tools/graphics/deqp-runner/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/deqp-runner/default.nix b/pkgs/tools/graphics/deqp-runner/default.nix
index 7749d5fdb5c52..cafd083de5286 100644
--- a/pkgs/tools/graphics/deqp-runner/default.nix
+++ b/pkgs/tools/graphics/deqp-runner/default.nix
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://gitlab.freedesktop.org/anholt/deqp-runner";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ Benjamin-L ];
+    maintainers = [ ];
   };
 }