From a70377b83c4859f418f2cae901c577ba4c085670 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 22 Mar 2022 12:40:53 +0000 Subject: [PATCH] Change to https protocol --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 36ff5b59..854eddf0 100644 --- a/rebar.config +++ b/rebar.config @@ -6,8 +6,8 @@ warn_untyped_record]}. {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"}}}]}. {escript_emu_args, "%%! -escript main cuttlefish_escript +S 1 +A 0\n"}. {escript_incl_apps, [getopt, lager, cuttlefish]}.