about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/openvr
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/openvr')
-rw-r--r--nixpkgs/pkgs/development/libraries/openvr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/libraries/openvr/default.nix b/nixpkgs/pkgs/development/libraries/openvr/default.nix
index cc2a81ac4de7..01f73d3da667 100644
--- a/nixpkgs/pkgs/development/libraries/openvr/default.nix
+++ b/nixpkgs/pkgs/development/libraries/openvr/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "An API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting";
     homepage = "https://github.com/ValveSoftware/openvr";
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ pedrohlc Scrumplex ];
+    maintainers = with lib.maintainers; [ Scrumplex ];
     platforms = lib.platforms.unix;
   };
 })