diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-05-08 19:56:09 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-08 23:56:09 +0100 |
| commit | c41e6835347eee16b5a7211cb3921dd559231307 (patch) | |
| tree | 0ce3054b4df245d37a30c93abb7b6eb548afef4b | |
| parent | acd7ecc3aa643826b596e22f17c1a3a1490c00b8 (diff) | |
| download | packages-c41e6835347eee16b5a7211cb3921dd559231307.tar.gz packages-c41e6835347eee16b5a7211cb3921dd559231307.zip | |
Added package datetime2human (#725)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0a08186..6e8f7b1 100644 --- a/packages.json +++ b/packages.json @@ -9192,6 +9192,22 @@ "web": "https://github.com/dom96/httpbeast" }, { + "name": "datetime2human", + "url": "https://github.com/juancarlospaco/nim-datetime2human", + "method": "git", + "tags": [ + "date", + "time", + "datetime", + "ISO-8601", + "human", + "minimalism" + ], + "description": "Human friendly DateTime string representations, seconds to millenniums.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-datetime2human" + }, + { "name": "sass", "url": "https://github.com/dom96/sass", "method": "git", |
