From e2874236d38666436d4147ee7682284cf35f3e9f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 4 Jul 2013 17:47:02 +0200 Subject: [PATCH] llvm: fix meta.license attribute --- pkgs/development/compilers/llvm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };