summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/async.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/async.nix')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/async.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/async.nix b/pkgs/development/ocaml-modules/janestreet/async.nix
index fe01e47426d..8f15531403a 100644
--- a/pkgs/development/ocaml-modules/janestreet/async.nix
+++ b/pkgs/development/ocaml-modules/janestreet/async.nix
@@ -8,7 +8,7 @@ buildOcamlJane {
   propagatedBuildInputs = [ async_kernel async_unix async_extra ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/janestreet/async;
+    homepage = "https://github.com/janestreet/async";
     description = "Jane Street Capital's asynchronous execution library";
     license = licenses.asl20;
     maintainers = [ maintainers.maurer maintainers.ericbmerritt ];