summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_blob/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_blob/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ppx_blob/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_blob/default.nix b/pkgs/development/ocaml-modules/ppx_blob/default.nix
index 3b72853e782..b6a451848c9 100644
--- a/pkgs/development/ocaml-modules/ppx_blob/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_blob/default.nix
@@ -13,7 +13,7 @@ buildDunePackage rec {
   doCheck = true;
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/johnwhitington/ppx_blob;
+    homepage = "https://github.com/johnwhitington/ppx_blob";
     description = "OCaml ppx to include binary data from a file as a string";
     license = licenses.unlicense;
   };