Skip to content

Commit

Permalink
Change to https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Mar 22, 2022
1 parent 95a96b3 commit a70377b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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]}.
Expand Down

0 comments on commit a70377b

Please sign in to comment.