Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c88d581
)
erlang: use https instead of git for dependency URL
author
Roger Meier
<roger@apache.org>
Sun, 26 Jan 2014 13:57:38 +0000
(14:57 +0100)
committer
Roger Meier
<roger@apache.org>
Sun, 26 Jan 2014 13:57:38 +0000
(14:57 +0100)
lib/erl/rebar.config
patch
|
blob
|
history
diff --git
a/lib/erl/rebar.config
b/lib/erl/rebar.config
index
2728cb3
..
ec827d6
100644
(file)
--- 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"}}}
]}.