about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix b/nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
index 24cdb497189e..fe7b9020dae2 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/sexplib/112.24.01.nix
@@ -17,7 +17,7 @@ buildOcaml rec {
   propagatedBuildInputs = [ type_conv camlp4 ];
 
   meta = with stdenv.lib; {
-    homepage = https://ocaml.janestreet.com/;
+    homepage = "https://ocaml.janestreet.com/";
     description = "Library for serializing OCaml values to and from S-expressions";
     license = licenses.asl20;
     maintainers = [ maintainers.ericbmerritt ];