diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index c06abe0db94c..1e53256a2405 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -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; };