From 84cf00f98031e93f389f1eb93c4a7374a33cc0a9 Mon Sep 17 00:00:00 2001 From: Michael Reilly Date: Tue, 31 Mar 2020 21:11:51 -0400 Subject: treewide: Per RFC45, remove all unquoted URLs --- pkgs/development/ocaml-modules/uri/legacy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/ocaml-modules/uri') diff --git a/pkgs/development/ocaml-modules/uri/legacy.nix b/pkgs/development/ocaml-modules/uri/legacy.nix index f08ee7fc2fc1a..474ab92788554 100644 --- a/pkgs/development/ocaml-modules/uri/legacy.nix +++ b/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; -- cgit 1.4.1