From b25763cabb60606e09e95d2f9b5accdc8e9bf820 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Fri, 27 Oct 2017 01:17:04 -0700 Subject: Added github_api (#604) * Added github_api * Fixed name * Changed license to WTFPL since it's on the list --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cd09694..bce7b1b 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "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", -- cgit v1.2.3