Skip to content

Commit

Permalink
Replace use of git:// in rebar.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Cox committed Feb 8, 2022
1 parent 1eccaef commit 0945ef1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [
{canola, ".*", {git, "git://github.com/basho/canola.git", {tag, "2.1.0"}}}
{canola, {git, "https://github.com/basho/canola", {tag, "2.1.0"}}}
]}.

{xref_checks,[locals_not_used,deprecated_function_calls, deprecated_functions]}.
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[{<<"canola">>,
{git,"git://github.com/basho/canola.git",
{git,"https://github.com/basho/canola",
{ref,"2cd39378442f3dc727de22289243b3c4d56f25fd"}},
0}].
Binary file modified rebar3
Binary file not shown.

0 comments on commit 0945ef1

Please sign in to comment.