llvm: fix meta.license attribute

This commit is contained in:
Peter Simons
2013-07-04 17:53:57 +02:00
parent 70a437e4a7
commit e2874236d3
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
license = licenses.bsd;
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 raskin shlevy viric ];
platforms = platforms.all;
};