treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -6,12 +6,12 @@ let param =
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.02"
|
||||
then {
|
||||
version = "1.14";
|
||||
url = https://github.com/xavierleroy/cryptokit/archive/release114.tar.gz;
|
||||
url = "https://github.com/xavierleroy/cryptokit/archive/release114.tar.gz";
|
||||
sha256 = "0wkh72idkb7dahiwyl94hhbq27cc7x9fnmxkpnbqli6wi8wd7d05";
|
||||
inherit zarith;
|
||||
} else {
|
||||
version = "1.10";
|
||||
url = http://forge.ocamlcore.org/frs/download.php/1493/cryptokit-1.10.tar.gz;
|
||||
url = "http://forge.ocamlcore.org/frs/download.php/1493/cryptokit-1.10.tar.gz";
|
||||
sha256 = "1k2f2ixm7jcsgrzn9lz1hm9qqgq71lk9lxy3v3cwsd8xdrj3jrnv";
|
||||
zarith = null;
|
||||
};
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
preBuild = "mkdir -p $out/lib/ocaml/${ocaml.version}/site-lib/stublibs";
|
||||
|
||||
meta = {
|
||||
homepage = http://pauillac.inria.fr/~xleroy/software.html;
|
||||
homepage = "http://pauillac.inria.fr/~xleroy/software.html";
|
||||
description = "A library of cryptographic primitives for OCaml";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user