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
@@ -8,7 +8,7 @@ let param =
sha256 = "1qsd9nv96fxddc8zayqiqxw9hcyf29axckqg100fm2brs2prpxci";
} else if check "3.12" then {
version = "2.18.5";
url = https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz;
url = "https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-2.18.5.tar.gz";
sha256 = "0cyj6sfdvzx8hw7553lhgwc0krlgvlza0ph3dk9gsxy047dm3wib";
} else throw "lablgtk is not available for OCaml ${ocaml.version}";
in
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
maintainers = with maintainers; [
maggesi roconnor vbgl
];
homepage = http://lablgtk.forge.ocamlcore.org/;
homepage = "http://lablgtk.forge.ocamlcore.org/";
description = "An OCaml interface to GTK";
license = licenses.lgpl21Plus;
};