treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user