summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/dotty-bare.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/scala/dotty-bare.nix')
-rw-r--r--pkgs/development/compilers/scala/dotty-bare.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/scala/dotty-bare.nix b/pkgs/development/compilers/scala/dotty-bare.nix
index 675e91b302a..4bfc966bb45 100644
--- a/pkgs/development/compilers/scala/dotty-bare.nix
+++ b/pkgs/development/compilers/scala/dotty-bare.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
        and try to boil down Scala’s types into a smaller set of more fundamental constructs.
        The theory behind these constructs is researched in DOT, a calculus for dependent object types.
     '';
-    homepage = http://dotty.epfl.ch/;
+    homepage = "http://dotty.epfl.ch/";
     license = licenses.bsd3;
     platforms = platforms.all;
     maintainers = [maintainers.karolchmist maintainers.virusdave];