summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2011-02-22 16:01:53 -0500
committerAdam Kocoloski <adam@cloudant.com>2011-02-22 16:01:53 -0500
commitfa6131457b6d1e9ae802f30495ae7a5a4cb1aecf (patch)
treec069587c021e22e08d35cfec4f192dc9c20a4d25 /rebar.config
parentefdcc1e7950aced4a4af5878ce472ea12392e251 (diff)
Use smart HTTP URLs in rebar.config
BugzID: 11842
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config14
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