From d3cc2814c654d5e8d1037a9b68b895fce747bcf5 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Mon, 12 Dec 2016 15:49:36 -0500 Subject: [PATCH] Added my fork of stopwatch (#437) * Added my fork of stopwatch * removed my link and changed rbmz's to mine --- packages.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 17d1a08..471b947 100644 --- a/packages.json +++ b/packages.json @@ -2960,15 +2960,18 @@ }, { "name": "stopwatch", - "url": "https://github.com/rbmz/stopwatch", + "url": "https://gitlab.com/define-private-public/stopwatch", "method": "git", "tags": [ "timer", - "benchmarking" + "timing", + "benchmarking", + "watch", + "clock" ], "description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim", "license": "MIT", - "web": "https://github.com/rbmz/stopwatch" + "web": "https://gitlab.com/define-private-public/stopwatch" }, { "name": "nimFinLib",