linuxPackages.nvidia_x11: add jonringer as maintainer

This commit is contained in:
Jonathan Ringer 2022-02-05 14:01:11 -08:00
parent 1da4e07ea6
commit 82b2a833d8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -115,7 +115,7 @@ let
description = "X.org driver and kernel module for NVIDIA graphics cards";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ] ++ optionals (!i686bundled) [ "i686-linux" ];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ jonringer ];
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
inherit broken;
};