summaryrefslogtreecommitdiff
path: root/src
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 /src
parente36b9c1bff67b7ea41ec48e399d91023bccaebcc (diff)
Update rebar repo urls
Diffstat (limited to 'src')
-rw-r--r--src/rebar_deps.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_deps.erl b/src/rebar_deps.erl
index 17d196f..313deaa 100644
--- a/src/rebar_deps.erl
+++ b/src/rebar_deps.erl
@@ -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]}]}
]).