treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ounit-2.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://forge.ocamlcore.org/frs/download.php/1258/ounit-2.0.0.tar.gz;
|
||||
url = "https://forge.ocamlcore.org/frs/download.php/1258/ounit-2.0.0.tar.gz";
|
||||
sha256 = "118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://ounit.forge.ocamlcore.org/;
|
||||
homepage = "http://ounit.forge.ocamlcore.org/";
|
||||
description = "Unit test framework for OCaml";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
Reference in New Issue
Block a user