treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
name = "ocaml-http-0.1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://forge.ocamlcore.org/frs/download.php/545/ocaml-http-0.1.5.tar.gz;
|
||||
url = "https://forge.ocamlcore.org/frs/download.php/545/ocaml-http-0.1.5.tar.gz";
|
||||
sha256 = "09q12b0j01iymflssxigsqggbsp8dqh9pfvkm76dv860544mygws";
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ocaml-http.forge.ocamlcore.org/;
|
||||
homepage = "http://ocaml-http.forge.ocamlcore.org/";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "Do it yourself (OCaml) HTTP daemon";
|
||||
license = licenses.lgpl2;
|
||||
|
||||
Reference in New Issue
Block a user