microcode/intel: Correct license
This commit is contained in:
parent
c14919ff61
commit
8ad832f96a
pkgs/os-specific/linux/microcode
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.intel.com/;
|
homepage = http://www.intel.com/;
|
||||||
description = "Microcode for Intel processors";
|
description = "Microcode for Intel processors";
|
||||||
license = licenses.unfree;
|
license = licenses.unfreeRedistributableFirmware;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue