diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config index 4f309e27..8aa55d7e 100644 --- a/rebar.config +++ b/rebar.config @@ -13,19 +13,19 @@ % the License. {deps, [ - {oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git", + {oauth, ".*", {git, "https://github.com/cloudant/erlang-oauth.git", {branch, "couch"}}}, - {ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git", + {ibrowse, ".*", {git, "https://github.com/cloudant/ibrowse.git", {branch, "couch2"}}}, - {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", + {mochiweb, ".*", {git, "https://github.com/cloudant/mochiweb.git", {branch, "couch"}}}, - {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", + {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", master}}, - {fabric, ".*", {git, "git://github.com/cloudant/fabric.git", + {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", master}}, - {mem3, ".*", {git, "git://github.com/cloudant/mem3.git", + {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", master}}, - {chttpd, ".*", {git, "git://github.com/cloudant/chttpd.git", + {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", master}} ]}. % needed for a clean transition to the deps model |