Skip to content

Commit

Permalink
Merge pull request benoitc#129 from wactbprot/master
Browse files Browse the repository at this point in the history
changed git to https to allow installation through firewall
  • Loading branch information
benoitc committed May 8, 2015
2 parents c16d030 + 0022b48 commit d25722f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
{erl_opts, [debug_info]}.

{deps, [
{jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git",
{jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
{tag,"v2.1.1"}}},

%% erlang-oauth for oauth authentification
{oauth, ".*", {git,"git://github.com/refuge/erlang-oauth.git",
{oauth, ".*", {git,"https://github.com/refuge/erlang-oauth.git",
"master"}},

%% hackney for doing HTTP requests
{hackney, ".*", {git, "git://github.com/benoitc/hackney.git",
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
{tag, "1.1.0"}}}
]}.

0 comments on commit d25722f

Please sign in to comment.