diff options
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index ebcaff9..dc4253b 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -115,10 +115,7 @@ {deps, [application_name, {application_name, "1.0.*"}, {application_name, "1.0.*", - {git, "git://github.com/basho/rebar.git", {branch, "master"}}}, - {application_name, "1.0.*", - {git, "git://github.com/basho/rebar.git", {branch, "master"}}, - [{alt_url, "https://github.com/basho/rebar.git"}]}]}. + {git, "git://github.com/basho/rebar.git", {branch, "master"}}}]}. %% == Subdirectories == |