From 794a149bf5d20fc4140560924f3ef1da875200fc Mon Sep 17 00:00:00 2001 From: GULPF Date: Sat, 6 Jan 2018 21:22:38 +0100 Subject: [PATCH] Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 38af8f7..dc37ff2 100644 --- a/packages.json +++ b/packages.json @@ -7916,5 +7916,18 @@ "description": "A simple finite-state machine for @nim-lang", "license": "MIT", "web": "https://github.com/ba0f3/fsm.nim" + }, + { + "name": "timezones", + "url": "https://github.com/GULPF/timezones", + "method": "git", + "tags": [ + "timezone", + "time", + "tzdata" + ], + "description": "Timezone library compatible with the standard library. ", + "license": "MIT", + "web": "https://github.com/GULPF/timezones" } ]