From 3cd5de48cc40b0f09bef291eb6ff8fd4e1ef85a7 Mon Sep 17 00:00:00 2001 From: Korry Clark Date: Tue, 3 Jan 2017 10:13:09 -0800 Subject: [PATCH] use https to pull deps --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index f66afe54..a12fe6ba 100644 --- a/rebar.config +++ b/rebar.config @@ -11,8 +11,8 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(cluster_info|dtrace|yz_kv|yz_stat|basho_bench_config)\" : Mod)", []}]}. {deps, [ - {riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "riak_ts-develop"}}}, - {merge_index, ".*", {git, "git://github.com/basho/merge_index.git", {tag, "2.0.4"}}} + {riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "riak_ts-develop"}}}, + {merge_index, ".*", {git, "https://github.com/basho/merge_index.git", {tag, "2.0.4"}}} ]}. {erl_first_files, ["src/riak_search_backend.erl"]}.