diff --git a/rebar.config b/rebar.config index 36ff5b5..854eddf 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]}.