diff options
| author | Dheepak Krishnamurthy <kdheepak89@gmail.com> | 2018-10-04 21:39:34 -0600 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-04 20:39:34 -0700 |
| commit | 87ee4c56d760a2072411aea31bdd0a2928b3156c (patch) | |
| tree | 888f73445fb7a6ff3b885afdfcba95493fe30358 | |
| parent | 32985af367f63dacd3c278b721fb9c0a9f207281 (diff) | |
| download | packages-87ee4c56d760a2072411aea31bdd0a2928b3156c.tar.gz packages-87ee4c56d760a2072411aea31bdd0a2928b3156c.zip | |
Added package github_release (#878)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f2c665d..693c1b8 100644 --- a/packages.json +++ b/packages.json @@ -10916,6 +10916,21 @@ "web": "https://github.com/xzfc/ndb.nim" }, { + "name": "github_release", + "url": "https://github.com/kdheepak/github-release", + "method": "git", + "tags": [ + "github", + "release", + "upload", + "create", + "delete" + ], + "description": "github-release package", + "license": "MIT", + "web": "https://github.com/kdheepak/github-release" + }, + { "name": "nimmonocypher", "url": "https://github.com/genotrance/nimmonocypher", "method": "git", |
