From 290043db24744465a4d3a52f7d950944c592865d Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 12 Sep 2020 09:24:15 +0200 Subject: [PATCH] fix 'criterion' url (#1639) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c933940..716844a 100644 --- a/packages.json +++ b/packages.json @@ -11426,14 +11426,14 @@ }, { "name": "criterion", - "url": "https://github.com/disruptek/criterion.nim", + "url": "https://github.com/disruptek/criterion", "method": "git", "tags": [ "benchmark" ], "description": "Statistic-driven microbenchmark framework", "license": "MIT", - "web": "https://github.com/disruptek/criterion.nim" + "web": "https://github.com/disruptek/criterion" }, { "name": "nanoid",