fix 'criterion' url (#1639)

This commit is contained in:
Miran 2020-09-12 09:24:15 +02:00 committed by GitHub
parent 7eb6f062d6
commit 290043db24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11426,14 +11426,14 @@
}, },
{ {
"name": "criterion", "name": "criterion",
"url": "https://github.com/disruptek/criterion.nim", "url": "https://github.com/disruptek/criterion",
"method": "git", "method": "git",
"tags": [ "tags": [
"benchmark" "benchmark"
], ],
"description": "Statistic-driven microbenchmark framework", "description": "Statistic-driven microbenchmark framework",
"license": "MIT", "license": "MIT",
"web": "https://github.com/disruptek/criterion.nim" "web": "https://github.com/disruptek/criterion"
}, },
{ {
"name": "nanoid", "name": "nanoid",