llvm: fix meta.license attribute

This commit is contained in:
Peter Simons 2013-07-04 17:47:02 +02:00
parent 70a437e4a7
commit e2874236d3

View File

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