Skip to content

Commit a70377b

Browse files
committed
Change to https protocol
1 parent 95a96b3 commit a70377b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
warn_untyped_record]}.
77

88
{deps, [
9-
{lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
10-
{getopt, {git, "git://github.com/jcomellas/getopt.git", {tag, "v1.0.1"}}}]}.
9+
{lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
10+
{getopt, {git, "https://github.com/jcomellas/getopt.git", {tag, "v1.0.1"}}}]}.
1111

1212
{escript_emu_args, "%%! -escript main cuttlefish_escript +S 1 +A 0\n"}.
1313
{escript_incl_apps, [getopt, lager, cuttlefish]}.

0 commit comments

Comments
 (0)