diff options
| author | Tyler Yocolano <tjyocolano@gmail.com> | 2017-09-15 17:42:10 -0400 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-15 22:42:10 +0100 |
| commit | 68c2d0b41bacaac1de96ee67f679905f55ea0e4e (patch) | |
| tree | f69cd83ce384bcf4e5d187802e1b35fb323ea99d | |
| parent | c1aa92e1309cbcd86bd761ee26d298b3d3428dd1 (diff) | |
| download | packages-68c2d0b41bacaac1de96ee67f679905f55ea0e4e.tar.gz packages-68c2d0b41bacaac1de96ee67f679905f55ea0e4e.zip | |
Added nimbomb (#581) & removed redundant tags from previous package
| -rw-r--r-- | packages.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/packages.json b/packages.json index e801efb..f4755c2 100644 --- a/packages.json +++ b/packages.json @@ -7172,6 +7172,20 @@ "web": "https://github.com/Bennyelg/nimPresto" }, { + "name": "nimbomb", + "url": "https://github.com/Tyler-Yocolano/nimbomb", + "method": "git", + "tags": [ + "giant", + "bomb", + "wiki", + "api" + ], + "description": "A GiantBomb-wiki wrapper for nim", + "license": "MIT", + "web": "https://github.com/Tyler-Yocolano/nimbomb" + }, + { "name": "csvql", "url": "https://github.com/Bennyelg/csvql", "method": "git", @@ -7181,9 +7195,7 @@ "ansisql", "query", "database", - "files", - "nim", - "nim-lang" + "files" ], "description": "csvql.", "license": "MIT", |
