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