From 2c0a5e0bf8ac2eef550aba8065391a61d44eacfa Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 18 Feb 2015 13:47:08 -0300 Subject: [PATCH] =?UTF-8?q?[Fix=20#18]=20git://=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 39298ed..d5d8d72 100644 --- a/rebar.config +++ b/rebar.config @@ -15,8 +15,8 @@ warn_untyped_record, debug_info]}. {deps_dir, "deps"}. {deps, [ - {lager, "2.*", {git, "https://github.com/basho/lager.git", "2.0.3"}}, - {eper, ".*", {git, "https://github.com/mhald/eper.git", "HEAD"}} + {lager, "2.*", {git, "git://github.com/basho/lager.git", "2.0.3"}}, + {eper, ".*", {git, "git://github.com/mhald/eper.git", "HEAD"}} ]}. {xref_warnings, true}. {xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, deprecated_function_calls, deprecated_functions]}.