summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/scala/2.10.nix
diff options
context:
space:
mode:
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 bac36d61068d..86b6a942403b 100644
--- a/pkgs/development/compilers/scala/2.10.nix
+++ b/pkgs/development/compilers/scala/2.10.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.
'';
- homepage = http://www.scala-lang.org/;
+ homepage = https://www.scala-lang.org/;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
branch = "2.10";