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
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "ocaml${ocaml.version}-qcheck-0.7";
src = fetchzip {
url = https://github.com/c-cube/qcheck/archive/0.7.tar.gz;
url = "https://github.com/c-cube/qcheck/archive/0.7.tar.gz";
sha256 = "1afy7li74r3ivpvq670gvsj1rmglh5rnvb17p6w8gy5rh30aljah";
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = {
description = "QuickCheck inspired property-based testing for OCaml";
homepage = https://github.com/c-cube/qcheck/;
homepage = "https://github.com/c-cube/qcheck/";
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ vbgl ];
platforms = ocaml.meta.platforms or [];