mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Update rebar repo urls
This commit is contained in:
parent
e36b9c1bff
commit
dc2f5c8c7b
2 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@
|
|||
{deps, [application_name,
|
||||
{application_name, "1.0.*"},
|
||||
{application_name, "1.0.*",
|
||||
{git, "git://github.com/basho/rebar.git", {branch, "master"}}},
|
||||
{git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
|
||||
%% Dependencies can be marked as 'raw'. Rebar does not require
|
||||
%% such dependencies to have a standard Erlang/OTP layout
|
||||
%% which assumes the presence of either
|
||||
|
@ -171,7 +171,7 @@
|
|||
%% 'raw' subdirectories: get-deps, update-deps, check-deps,
|
||||
%% list-deps and delete-deps.
|
||||
{application_name, "",
|
||||
{git, "git://github.com/basho/rebar.git", {branch, "master"}},
|
||||
{git, "git://github.com/rebar/rebar.git", {branch, "master"}},
|
||||
[raw]}]}.
|
||||
|
||||
%% == Subdirectories ==
|
||||
|
|
|
@ -233,9 +233,9 @@ info_help(Description) ->
|
|||
{deps, [application_name,
|
||||
{application_name, "1.0.*"},
|
||||
{application_name, "1.0.*",
|
||||
{git, "git://github.com/basho/rebar.git", {branch, "master"}}},
|
||||
{git, "git://github.com/rebar/rebar.git", {branch, "master"}}},
|
||||
{application_name, "",
|
||||
{git, "git://github.com/basho/rebar.git", {branch, "master"}},
|
||||
{git, "git://github.com/rebar/rebar.git", {branch, "master"}},
|
||||
[raw]}]}
|
||||
]).
|
||||
|
||||
|
|
Loading…
Reference in a new issue