opencl-headers: update license

See https://github.com/KhronosGroup/OpenCL-Headers/pull/76
This commit is contained in:
Orivej Desh 2021-02-15 03:34:05 +00:00
parent 4830e129e6
commit 6ffbd1ea07

View file

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