diff options
| author | mr.Shu <mr@shu.io> | 2018-02-14 20:34:45 +0100 |
|---|---|---|
| committer | mr.Shu <mr@shu.io> | 2018-02-14 20:34:45 +0100 |
| commit | 7a2a5b58ae461735eb0168ae2f099862f628d145 (patch) | |
| tree | 8dda7e21a20d2c1edc798d90135bc65d46f8e410 | |
| parent | 30744bc4ef7e3d49a9ff0e0460d9f6ffefed0766 (diff) | |
| download | packages-7a2a5b58ae461735eb0168ae2f099862f628d145.tar.gz packages-7a2a5b58ae461735eb0168ae2f099862f628d145.zip | |
Added package notetxt
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 95d3b72..d30b418 100644 --- a/packages.json +++ b/packages.json @@ -8115,5 +8115,18 @@ "description": "Additional control structures", "license": "MIT", "web": "http://htmlpreview.github.io/?https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim/blob/master/controlStructures.html" + }, + { + "name": "notetxt", + "url": "https://github.com/mrshu/nim-notetxt", + "method": "git", + "tags": [ + "notetxt,", + "note", + "taking" + ], + "description": "A library that implements the note.txt specification for note taking.", + "license": "MIT", + "web": "https://github.com/mrshu/nim-notetxt" } ] |
