diff --git a/support/templates/mochiwebapp_skel/rebar.config b/support/templates/mochiwebapp_skel/rebar.config index da4939c..760748f 100644 --- a/support/templates/mochiwebapp_skel/rebar.config +++ b/support/templates/mochiwebapp_skel/rebar.config @@ -2,6 +2,6 @@ {erl_opts, [debug_info]}. {deps, [ {mochiweb, ".*", - {git, "git://github.com/mochi/mochiweb.git", {branch, "master"}}}]}. + {git, "https://github.com/mochi/mochiweb.git", {branch, "master"}}}]}. {cover_enabled, true}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.