From 10eef7fa6e5b9b69dde8eb9e81da72aa586e1f1f Mon Sep 17 00:00:00 2001 From: Korry Clark Date: Thu, 22 Dec 2016 11:40:20 -0800 Subject: [PATCH] use https to pull deps --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 38dc7db..5ebc337 100644 --- a/rebar.config +++ b/rebar.config @@ -9,10 +9,10 @@ {deps, [ - {lager, ".*", {git, "git://github.com/basho/lager.git", {tag,"3.2.4"}}}, - {parse_trans, ".*", {git, "git://github.com/basho/parse_trans.git", {tag,"2.9.2p1"}}}, - {folsom, "0.7.4p5", {git, "git://github.com/basho/folsom.git", {tag, "0.7.4p5"}}}, - {setup, ".*", {git, "git://github.com/basho/setup.git", {tag,"1.4"}}} + {lager, ".*", {git, "https://github.com/basho/lager.git", {tag,"3.2.4"}}}, + {parse_trans, ".*", {git, "https://github.com/basho/parse_trans.git", {tag,"2.9.2p1"}}}, + {folsom, "0.7.4p5", {git, "https://github.com/basho/folsom.git", {tag, "0.7.4p5"}}}, + {setup, ".*", {git, "https://github.com/basho/setup.git", {tag,"1.4"}}} ]}. {erl_opts,