summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-03-02 14:16:33 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-03-02 14:16:33 +0100
commitdc2f5c8c7b84d1ebd76209df1978ead69ce1ebc0 (patch)
tree046758b3f908d6fba8cafa5002f6f463631b7fc7 /rebar.config.sample
parente36b9c1bff67b7ea41ec48e399d91023bccaebcc (diff)
downloadrebar-dc2f5c8c7b84d1ebd76209df1978ead69ce1ebc0.tar.gz
Update rebar repo urls
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 9c0d2a2..d8d61fc 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -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 ==