llvm: fix meta.license attribute
This commit is contained in:
parent
70a437e4a7
commit
e2874236d3
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||||
homepage = http://llvm.org/;
|
homepage = http://llvm.org/;
|
||||||
license = licenses.bsd;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ lovek323 raskin shlevy viric ];
|
maintainers = with maintainers; [ lovek323 raskin shlevy viric ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user