treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "ocaml-macaque-0.7.2";
src = fetchzip {
url = https://github.com/ocsigen/macaque/archive/0.7.2.tar.gz;
url = "https://github.com/ocsigen/macaque/archive/0.7.2.tar.gz";
sha256 = "14i0a8cndzndjmlkyhf31r451q99cnkndgxcj0id4qjqhdl4bmjv";
};
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Macros for Caml Queries";
homepage = https://github.com/ocsigen/macaque;
homepage = "https://github.com/ocsigen/macaque";
license = licenses.lgpl2;
platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ vbgl ];