diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-06 21:51:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-06 21:51:05 +0000 |
| commit | 12c90f3c767c8ac1507178ed8857152d0ae14c0b (patch) | |
| tree | 67c2b747bc3f74084c64d7584d391aa89ede2d34 | |
| parent | b205d3e7076069b3e8de20ca208093d2ce16dfdc (diff) | |
| parent | 794a149bf5d20fc4140560924f3ef1da875200fc (diff) | |
| download | packages-12c90f3c767c8ac1507178ed8857152d0ae14c0b.tar.gz packages-12c90f3c767c8ac1507178ed8857152d0ae14c0b.zip | |
Merge pull request #637 from GULPF/patch-3
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" } ] |
