Add package rfc3339 (#576)

* Added package rfc3339

* Update packages.json

Fixed package URL.

* Update packages.json

Also fixed the web URL.
This commit is contained in:
Skrylar 2017-09-09 06:20:13 -05:00 committed by Dominik Picheta
parent b9768f64ea
commit 3db47fa292

View File

@ -7132,6 +7132,18 @@
"license": "MIT",
"web": "https://github.com/nitely/nim-graphemes"
},
{
"name": "rfc3339",
"url": "https://github.com/Skrylar/rfc3339",
"method": "git",
"tags": [
"rfc3339",
"datetime"
],
"description": "RFC3339 (dates and times) implementation for Nim.",
"license": "BSD",
"web": "https://github.com/Skrylar/rfc3339"
},
{
"name": "monero",
"url": "https://github.com/ehmry/nim-monero",