Merge pull request #37 from thaJeztah/and-the-others

Add boot2docker, docker-py, libkv
This commit is contained in:
Jess Frazelle 2015-12-05 11:55:01 -08:00
commit ecfbfef587
1 changed files with 3 additions and 0 deletions

View File

@ -31,12 +31,15 @@ const (
var ( var (
org = "docker" org = "docker"
projects = []string{ projects = []string{
"boot2docker",
"compose", "compose",
"distribution", "distribution",
"docker", "docker",
"docker-py",
"dockercraft", "dockercraft",
"kitematic", "kitematic",
"libcompose", "libcompose",
"libkv",
"libnetwork", "libnetwork",
"machine", "machine",
"notary", "notary",