nvidia-x11: use the brand-new 'unfree-redistributable' license for this package

This commit is contained in:
Peter Simons 2013-03-24 22:47:12 +01:00
parent 3388c3433e
commit 41020224ad

View file

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