opencl-clhpp: correct license to asl20
The current source license is apache starting from [1]. [1]: https://www.github.com/KhronosGroup/OpenCL-CLHPP/commit/ced8191497c92a5a3b98e67d8ee9191f70e4affc
This commit is contained in:
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "OpenCL Host API C++ bindings";
|
||||
homepage = "http://github.khronos.org/OpenCL-CLHPP/";
|
||||
license = lib.licenses.mit;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.xokdvium ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user