diff options
| author | GULPF <oscarnihlgard@gmail.com> | 2018-01-06 21:22:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-06 21:22:38 +0100 |
| commit | 794a149bf5d20fc4140560924f3ef1da875200fc (patch) | |
| tree | 67c2b747bc3f74084c64d7584d391aa89ede2d34 | |
| parent | b205d3e7076069b3e8de20ca208093d2ce16dfdc (diff) | |
| download | packages-794a149bf5d20fc4140560924f3ef1da875200fc.tar.gz packages-794a149bf5d20fc4140560924f3ef1da875200fc.zip | |
Update packages.json
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
