summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-10-17 14:03:36 -0500
committerTristan Sloughter <t@crashfast.com>2014-10-17 14:03:36 -0500
commit9f98bdde67c3f47068eb79f4ccb59a9c3c1514b2 (patch)
treefda844ec9b3e1a01a497db28fb8efafa7f4d189b
parentda8c6760187ef91fad921e9c0915e7bb7db79a42 (diff)
switch to https for getopt so github account isn't needed
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
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]}]}.