treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://ocaml-benchmark.forge.ocamlcore.org/;
|
||||
homepage = "http://ocaml-benchmark.forge.ocamlcore.org/";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "Benchmark running times of code";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
|
||||
Reference in New Issue
Block a user