about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix b/nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix
index f08ee7fc2fc1..474ab9278855 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/uri/legacy.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
   createFindlibDestdir = true;
 
   meta = {
-    homepage = https://github.com/mirage/ocaml-uri;
+    homepage = "https://github.com/mirage/ocaml-uri";
     platforms = ocaml.meta.platforms or [];
     description = "RFC3986 URI parsing library for OCaml";
     license = stdenv.lib.licenses.isc;