From fa6131457b6d1e9ae802f30495ae7a5a4cb1aecf Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 22 Feb 2011 16:01:53 -0500 Subject: Use smart HTTP URLs in rebar.config BugzID: 11842 --- rebar.config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rebar.config') 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 -- cgit v1.2.3