diff options
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index b0c8637..0ffa884 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -113,7 +113,10 @@ {deps, [application_name, {application_name, "1.0.*"}, {application_name, "1.0.*", - {git, "git://github.com/basho/rebar.git", {branch, "master"}}}]}. + {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"}]}]}. %% == Subdirectories == |