Merge pull request #53743 from baracoder/add-nvidia-maintainer
linuxPackages.nvidia_x11*: Add maintainer: baracoder
This commit is contained in:
commit
084e008a2a
@ -475,6 +475,11 @@
|
|||||||
github = "bandresen";
|
github = "bandresen";
|
||||||
name = "Benjamin Andresen";
|
name = "Benjamin Andresen";
|
||||||
};
|
};
|
||||||
|
baracoder = {
|
||||||
|
email = "baracoder@googlemail.com";
|
||||||
|
github = "baracoder";
|
||||||
|
name = "Herman Fries";
|
||||||
|
};
|
||||||
barrucadu = {
|
barrucadu = {
|
||||||
email = "mike@barrucadu.co.uk";
|
email = "mike@barrucadu.co.uk";
|
||||||
github = "barrucadu";
|
github = "barrucadu";
|
||||||
|
@ -90,7 +90,7 @@ let
|
|||||||
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ baracoder ];
|
||||||
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
|
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
|
||||||
inherit broken;
|
inherit broken;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user