summary refs log tree commit diff
path: root/pkgs/development/compilers/mezzo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/mezzo/default.nix')
-rw-r--r--pkgs/development/compilers/mezzo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mezzo/default.nix b/pkgs/development/compilers/mezzo/default.nix
index c0b53574713..a90076c9ecc 100644
--- a/pkgs/development/compilers/mezzo/default.nix
+++ b/pkgs/development/compilers/mezzo/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://protz.github.io/mezzo/;
+    homepage = "http://protz.github.io/mezzo/";
     description = "A programming language in the ML tradition, which places strong emphasis on the control of aliasing and access to mutable memory";
     license = licenses.gpl2;
     platforms = ocaml.meta.platforms or [];