From: Roger Meier Date: Sun, 26 Jan 2014 13:57:38 +0000 (+0100) Subject: erlang: use https instead of git for dependency URL X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=0ef1e2eee30de5e1a041ba254c98743d256015b7;p=common%2Fthrift.git erlang: use https instead of git for dependency URL --- diff --git a/lib/erl/rebar.config b/lib/erl/rebar.config index 2728cb33..ec827d61 100644 --- a/lib/erl/rebar.config +++ b/lib/erl/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. {lib_dirs, ["deps"]}. {deps, [ - { jsx, "1.2.1", {git, "git://github.com/talentdeficit/jsx.git", {tag, "v1.2.1"}}} + { jsx, "1.2.1", {git, "https://github.com/talentdeficit/jsx.git", {tag, "v1.2.1"}}} ]}.