From a685dca16de27b1eeb7a8cd7515e2d3ecc9a95eb Mon Sep 17 00:00:00 2001 From: "Alejandro M. Ramallo" Date: Wed, 24 Aug 2022 13:16:37 +0100 Subject: [PATCH] fix dep URIs Signed-off-by: Alejandro M. Ramallo --- rebar.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index e6b2f355..d085e29c 100644 --- a/rebar.config +++ b/rebar.config @@ -29,15 +29,14 @@ {edoc_opts, [{preprocess, true}]}. {project_plugins, [ - {rebar3_proper, "0.10.1"}, - {rebar3_run, {git, "git://github.com/tsloughter/rebar3_run.git", {branch, "master"}}} + {rebar3_proper, "0.10.1"} ]}. {profiles, [ {test, [ {extra_src_dirs, ["protocols"]}, - {deps, [{eredis, {git, "git://github.com/wooga/eredis.git", {tag, "master"}}}, + {deps, [{eredis, {git, "https://github.com/wooga/eredis.git", {tag, "master"}}}, {jsx, "2.8.0"}, {proper, "1.2.0"}, recon]},