summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/2.10.nix
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-19 18:54:24 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-19 18:54:58 +0000
commit1bded4188bc8ef8edd08738ac5aa674bf143b9d0 (patch)
tree1669aff43c3487e795c70d5f8dade52c5b3b69c5 /pkgs/development/compilers/scala/2.10.nix
parent03655c332a1171c4293d07027e75eb9a86d0b87d (diff)
downloadnixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar.gz
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar.bz2
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar.lz
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar.xz
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.tar.zst
nixpkgs-1bded4188bc8ef8edd08738ac5aa674bf143b9d0.zip
scala: lib.licenses instead of a string
Diffstat (limited to 'pkgs/development/compilers/scala/2.10.nix')
-rw-r--r--pkgs/development/compilers/scala/2.10.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/scala/2.10.nix b/pkgs/development/compilers/scala/2.10.nix
index 6a20afe2bca..d7e7ecf1ce2 100644
--- a/pkgs/development/compilers/scala/2.10.nix
+++ b/pkgs/development/compilers/scala/2.10.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       compared to an equivalent Java application.
     '';
     homepage = http://www.scala-lang.org/;
-    license = "BSD";
+    license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.all;
     branch = "2.10";
   };