From 73db28fae3155dc8d9f8747abf0453cbf5ea61f5 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Mon, 11 Jul 2016 15:06:16 +0100 Subject: [PATCH] Added package circleci_client (#379) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1434823..82ec5d3 100644 --- a/packages.json +++ b/packages.json @@ -4914,5 +4914,17 @@ "web": "https://github.com/achesak/nim-qrcode", "license": "MIT", "method": "git" + }, + { + "name": "circleci_client", + "tags": [ + "circleci", + "client" + ], + "method": "git", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-circleci", + "url": "https://github.com/FedericoCeratto/nim-circleci", + "description": "CircleCI API client" } ]