From 8eda35b2eb837a8d39d33ff85754581da8151db1 Mon Sep 17 00:00:00 2001 From: Andrei Zavada Date: Fri, 25 Mar 2022 00:08:49 +0200 Subject: [PATCH] use https for deps fetched from github --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 15f7a52..05da353 100644 --- a/rebar.config +++ b/rebar.config @@ -34,8 +34,8 @@ ]}. {deps, [ - {lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, - {getopt, {git, "git://github.com/jcomellas/getopt.git", {tag, "v1.0.1"}}} + {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, + {getopt, {git, "https://github.com/jcomellas/getopt.git", {tag, "v1.0.1"}}} ]}. {profiles, [