diff options
| author | Chris Watson <chris@marginzero.co> | 2017-10-27 01:17:04 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-27 09:17:04 +0100 |
| commit | b25763cabb60606e09e95d2f9b5accdc8e9bf820 (patch) | |
| tree | cc12fb1891c8bb1b2208c215c9be0f9a8912a05d | |
| parent | 8752f37cb814009d72ddd02454410ce4187064e9 (diff) | |
| download | packages-b25763cabb60606e09e95d2f9b5accdc8e9bf820.tar.gz packages-b25763cabb60606e09e95d2f9b5accdc8e9bf820.zip | |
Added github_api (#604)
* Added github_api
* Fixed name
* Changed license to WTFPL since it's on the list
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cd09694..bce7b1b 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,19 @@ [ { + "name": "github_api", + "url": "https://github.com/watzon/github-api-nim", + "method": "git", + "tags": [ + "library", + "api", + "github", + "client" + ], + "description": "Nim wrapper for the GitHub API", + "license": "WTFPL", + "web": "https://github.com/watzon/github-api-nim" + }, + { "name": "discordnim", "url": "https://github.com/Krognol/discordnim", "method": "git", |
