treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-lablgtk-extras-1.4";
|
||||
src = fetchurl {
|
||||
url = http://forge.ocamlcore.org/frs/download.php/1282/lablgtkextras-1.4.tar.gz;
|
||||
url = "http://forge.ocamlcore.org/frs/download.php/1282/lablgtkextras-1.4.tar.gz";
|
||||
sha256 = "09fqxwdib7r9yxynknc9gv3jw2hnhj5cak7q5jngk6m8rzvmhfcc";
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
homepage = http://gtk-extras.forge.ocamlcore.org/;
|
||||
homepage = "http://gtk-extras.forge.ocamlcore.org/";
|
||||
description = "A collection of libraries and modules useful when developing OCaml/LablGtk2 applications";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
branch = "1.4";
|
||||
|
||||
Reference in New Issue
Block a user