From 48f7228c632cd3df8028771efb8ad589099b7343 Mon Sep 17 00:00:00 2001 From: Radek Slupik Date: Mon, 31 Aug 2015 14:19:47 +0200 Subject: Use https instead of git for ranch and cowlib dependencies This is compatible with Cowboy and doesn't require authentication with GitHub. Rebar and Mix do not automatically turn git:// into https://. Fixes #82 --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index ef5e1f3..79ec073 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.3.0"}}, - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "master"}} + {cowlib, ".*", {git, "https://github.com/extend/cowlib.git", "1.3.0"}}, + {ranch, ".*", {git, "https://github.com/extend/ranch.git", "master"}} ]}. -- cgit v1.2.3