summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/menhir/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/menhir/generic.nix')
-rw-r--r--pkgs/development/ocaml-modules/menhir/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/menhir/generic.nix b/pkgs/development/ocaml-modules/menhir/generic.nix
index fad11ccedaa..71561e96cd4 100644
--- a/pkgs/development/ocaml-modules/menhir/generic.nix
+++ b/pkgs/development/ocaml-modules/menhir/generic.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://pauillac.inria.fr/~fpottier/menhir/;
+    homepage = "http://pauillac.inria.fr/~fpottier/menhir/";
     description = "A LR(1) parser generator for OCaml";
     longDescription = ''
       Menhir is a LR(1) parser generator for the Objective Caml programming