Skip to content

Commit

Permalink
Merge pull request #188 from andreineculau/read_only_git_remotes
Browse files Browse the repository at this point in the history
Use git:// instead of ssh remotes
  • Loading branch information
Brujo Benavides committed Dec 30, 2014
2 parents 85e91e9 + 35d3af9 commit 2ac9651
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
{deps_dir, "deps"}.
{deps,
[
{lager, "2.*", {git, "git@github.com:basho/lager.git", "2.0.0"}},
{getopt, "0.*", {git, "git@github.com:jcomellas/getopt.git", "v0.8.2"}},
{meck, "0.*", {git, "git@github.com:eproxus/meck.git", "0.8.2"}},
{jiffy, "0.*", {git, "git@github.com:davisp/jiffy.git", "0.11.3"}},
{ibrowse, "4.*", {git, "git@github.com:cmullaparthi/ibrowse.git", "v4.1.1"}},
{aleppo, "0.*", {git, "git@github.com:inaka/aleppo.git", "0.9.0"}},
{zipper, ".*", {git, "git@github.com:inaka/zipper.git", "0.1.0"}},
{egithub, ".*", {git, "git@github.com:inaka/erlang-github.git", "0.1.1"}},
{katana, ".*", {git, "git@github.com:inaka/erlang-katana", "0.2.0"}}
{lager, "2.*", {git, "git://github.com/basho/lager.git", "2.0.0"}},
{getopt, "0.*", {git, "git://github.com/jcomellas/getopt.git", "v0.8.2"}},
{meck, "0.*", {git, "git://github.com/eproxus/meck.git", "0.8.2"}},
{jiffy, "0.*", {git, "git://github.com/davisp/jiffy.git", "0.11.3"}},
{ibrowse, "4.*", {git, "git://github.com/cmullaparthi/ibrowse.git", "v4.1.1"}},
{aleppo, "0.*", {git, "git://github.com/inaka/aleppo.git", "0.9.0"}},
{zipper, ".*", {git, "git://github.com/inaka/zipper.git", "0.1.0"}},
{egithub, ".*", {git, "git://github.com/inaka/erlang-github.git", "0.1.1"}},
{katana, ".*", {git, "git://github.com/inaka/erlang-katana", "0.2.0"}}
]
}.
{escript_name, "elvis"}.
Expand Down

0 comments on commit 2ac9651

Please sign in to comment.