mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
openvr: drop pedrohlc from maintainers
This commit is contained in:
parent
1d952fd739
commit
92f20e4d37
@ -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";
|
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";
|
homepage = "https://github.com/ValveSoftware/openvr";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ pedrohlc Scrumplex ];
|
maintainers = with lib.maintainers; [ Scrumplex ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user