aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-07-11 15:06:16 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-07-11 15:06:16 +0100
commit73db28fae3155dc8d9f8747abf0453cbf5ea61f5 (patch)
treea4dd143543e1315b3917aadad4abc645db754165
parent382f831f00802a8cac6054b177dac0df965d06cb (diff)
downloadpackages-73db28fae3155dc8d9f8747abf0453cbf5ea61f5.tar.gz
packages-73db28fae3155dc8d9f8747abf0453cbf5ea61f5.zip
Added package circleci_client (#379)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]