From 524b76d4605da0a3dda27c4d0e08258d7ed53e69 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 19 Dec 2022 09:07:36 +0000 Subject: [PATCH] Use https --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 079e1bb..6dc9a6a 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {xref_checks,[undefined_function_calls,undefined_functions,locals_not_used]}. {deps, [ - {riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.12"}}} + {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.12"}}} ]}. {plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.