浏览代码

switch to https for getopt so github account isn't needed

pull/3/head
Tristan Sloughter 10 年前
父节点
当前提交
9f98bdde67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rebar.config

+ 1
- 1
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]}]}.

正在加载...
取消
保存