forked from mirrors/nixpkgs
nvidia-x11: use the brand-new 'unfree-redistributable' license for this package
This commit is contained in:
parent
3388c3433e
commit
41020224ad
|
@ -50,6 +50,6 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.nvidia.com/object/unix.html;
|
||||
description = "X.org driver and kernel module for NVIDIA graphics cards";
|
||||
license = stdenv.lib.licenses.proprietary;
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue