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-calendar-2.5";
src = fetchurl {
url = https://forge.ocamlcore.org/frs/download.php/915/calendar-2.5.tar.bz2;
url = "https://forge.ocamlcore.org/frs/download.php/915/calendar-2.5.tar.bz2";
sha256 = "04pvhwb664g3s644c7v7419a3kvf5s3pynkhmk5j59dvlfm1yf0f";
};
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
meta = {
homepage = https://forge.ocamlcore.org/projects/calendar/;
homepage = "https://forge.ocamlcore.org/projects/calendar/";
description = "An Objective Caml library managing dates and times";
license = "LGPL";
platforms = ocaml.meta.platforms or [];