scala: lib.licenses instead of a string
This commit is contained in:
parent
03655c332a
commit
1bded4188b
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
compared to an equivalent Java application.
|
compared to an equivalent Java application.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.scala-lang.org/;
|
homepage = http://www.scala-lang.org/;
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
branch = "2.10";
|
branch = "2.10";
|
||||||
};
|
};
|
||||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
compared to an equivalent Java application.
|
compared to an equivalent Java application.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.scala-lang.org/;
|
homepage = http://www.scala-lang.org/;
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
branch = "2.9";
|
branch = "2.9";
|
||||||
};
|
};
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
compared to an equivalent Java application.
|
compared to an equivalent Java application.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.scala-lang.org/;
|
homepage = http://www.scala-lang.org/;
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user