From 9f98bdde67c3f47068eb79f4ccb59a9c3c1514b2 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 17 Oct 2014 14:03:36 -0500 Subject: switch to https for getopt so github account isn't needed --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index bc593ae..eba50c8 100644 --- a/rebar.config +++ b/rebar.config @@ -33,7 +33,7 @@ {relx, "", {git, "https://github.com/erlware/relx.git", {branch, "master"}}}, - {getopt, "", {git, "git@github.com:jcomellas/getopt.git", {branch, "master"}}}]}. + {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. {erlydtl_opts, [{doc_root, "priv/templates"}, {compiler_options, [report, return, debug_info]}]}. -- cgit v1.1