diff options
| author | Skrylar <joshua.cearley@gmail.com> | 2017-09-09 06:20:13 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-09 12:20:13 +0100 |
| commit | 3db47fa292786b854aeb8397e90f0255f94e8dad (patch) | |
| tree | 8443a331d7684b3f4efd962abea916c934b30165 | |
| parent | b9768f64ea6928966600735a0a97e7c45b36f692 (diff) | |
| download | packages-3db47fa292786b854aeb8397e90f0255f94e8dad.tar.gz packages-3db47fa292786b854aeb8397e90f0255f94e8dad.zip | |
Add package rfc3339 (#576)
* Added package rfc3339
* Update packages.json
Fixed package URL.
* Update packages.json
Also fixed the web URL.
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e6e3825..ade2aa5 100644 --- a/packages.json +++ b/packages.json @@ -7133,6 +7133,18 @@ "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", "method": "git", |
