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