Updated Branches: refs/heads/master c88d58195 -> 0ef1e2eee
erlang: use https instead of git for dependency URL Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/0ef1e2ee Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/0ef1e2ee Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/0ef1e2ee Branch: refs/heads/master Commit: 0ef1e2eee30de5e1a041ba254c98743d256015b7 Parents: c88d581 Author: Roger Meier <[email protected]> Authored: Sun Jan 26 14:57:38 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Jan 26 14:57:38 2014 +0100 ---------------------------------------------------------------------- lib/erl/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/0ef1e2ee/lib/erl/rebar.config ---------------------------------------------------------------------- diff --git a/lib/erl/rebar.config b/lib/erl/rebar.config index 2728cb3..ec827d6 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"}}} ]}.
