Skip to content

Commit

Permalink
Merge pull request #21 from chef/lbaker/upgrade-erlang-24.2
Browse files Browse the repository at this point in the history
git:// -> https://
  • Loading branch information
marcparadise authored Jun 1, 2022
2 parents 7b22229 + 88a6567 commit 5436cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{deps,
[{webmachine, ".*",
{git, "git://github.com/chef/webmachine", {branch, "master"}}}
{git, "https://github.com/chef/webmachine", {branch, "master"}}}
]
}.

Expand Down
4 changes: 2 additions & 2 deletions rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EDown = case proplists:get_value(use_edown, CONFIG) of
[DocOpts,
{deps,
[{edown, ".*",
{git, "git://github.com/seth/edown.git",
{git, "https://github.com/seth/edown.git",
{branch, "master"}}}]}]
end,

Expand All @@ -75,7 +75,7 @@ LockDeps = case proplists:get_value(use_lock_deps, CONFIG) of
end,
[{deps,
[{rebar_lock_deps_plugin, ".*",
{git, "git://github.com/seth/rebar_lock_deps_plugin.git",
{git, "https://github.com/seth/rebar_lock_deps_plugin.git",
Tag}}]},
{plugins, [rebar_lock_deps_plugin]}]
end,
Expand Down

0 comments on commit 5436cc6

Please sign in to comment.