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,