From 5eb51ea4640a2bdc73dafcea484587191f0960d7 Mon Sep 17 00:00:00 2001 From: Korry Clark Date: Thu, 22 Dec 2016 12:17:56 -0800 Subject: [PATCH] use https to pull deps --- support/templates/mochiwebapp_skel/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,"."}]}}]}.