Skip to content

Commit

Permalink
Merge pull request #18 from inaka/elbrujohalcon.18.respect_the_git___…
Browse files Browse the repository at this point in the history
…__guideline

Respect the git://… guideline
  • Loading branch information
amilkr committed Feb 18, 2015
2 parents c948175 + 2c0a5e0 commit 3c6cf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
warn_untyped_record, debug_info]}.
{deps_dir, "deps"}.
{deps, [
{lager, "2.*", {git, "https://github.com/basho/lager.git", "2.0.3"}},
{eper, ".*", {git, "https://github.com/mhald/eper.git", "HEAD"}}
{lager, "2.*", {git, "git://github.com/basho/lager.git", "2.0.3"}},
{eper, ".*", {git, "git://github.com/mhald/eper.git", "HEAD"}}
]}.
{xref_warnings, true}.
{xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, deprecated_function_calls, deprecated_functions]}.
Expand Down

0 comments on commit 3c6cf11

Please sign in to comment.