openvr: drop pedrohlc from maintainers

This commit is contained in:
PedroHLC ☭ 2023-11-28 11:30:26 -03:00
parent 1d952fd739
commit 92f20e4d37
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -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;
};
})