From e0ae598090b1c49d25de450b0061c530b4b48da9 Mon Sep 17 00:00:00 2001 From: Miran Date: Wed, 17 Jun 2020 17:53:53 +0200 Subject: [PATCH] disruptek is now maintaining criterion (#1519) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 133595c..cfb2573 100644 --- a/packages.json +++ b/packages.json @@ -11367,14 +11367,14 @@ }, { "name": "criterion", - "url": "https://github.com/LemonBoy/criterion.nim", + "url": "https://github.com/disruptek/criterion.nim", "method": "git", "tags": [ "benchmark" ], "description": "Statistic-driven microbenchmark framework", "license": "MIT", - "web": "https://github.com/LemonBoy/criterion.nim" + "web": "https://github.com/disruptek/criterion.nim" }, { "name": "nanoid",