Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Dec 19, 2022
1 parent 29994c9 commit 524b76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -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"}}}]}.

0 comments on commit 524b76d

Please sign in to comment.