Merge pull request #138571 from baracoder/nvidia-x11-remove-maintainer

nvidia_x11: Remove maintainer baracoder
This commit is contained in:
Bobby Rong 2021-09-20 22:28:29 +08:00 committed by GitHub
commit 02aa722675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,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; [ baracoder ];
maintainers = with maintainers; [ ];
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
inherit broken;
};