forked from mirrors/nixpkgs
opencl-headers: update license
See https://github.com/KhronosGroup/OpenCL-Headers/pull/76
This commit is contained in:
parent
4830e129e6
commit
6ffbd1ea07
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Khronos OpenCL headers version ${version}";
|
||||
homepage = "https://www.khronos.org/registry/cl/";
|
||||
license = licenses.mit;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue