From 69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 Jul 2016 14:04:55 +0200 Subject: Convert all git links to https --- Makefile | 2 +- examples/clock/rebar.config | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cfac5c8..8920cde 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT = bullet # Dependencies. DEPS = cowboy -dep_cowboy = git git://github.com/ninenines/cowboy.git 1.0.4 +dep_cowboy = git https://github.com/ninenines/cowboy.git 1.0.4 # Standard targets. diff --git a/examples/clock/rebar.config b/examples/clock/rebar.config index a254494..9c019e9 100644 --- a/examples/clock/rebar.config +++ b/examples/clock/rebar.config @@ -1,4 +1,4 @@ {deps, [ {bullet, ".*", - {git, "git://github.com/extend/bullet.git", "master"}} + {git, "https://github.com/extend/bullet.git", "master"}} ]}. diff --git a/rebar.config b/rebar.config index 3715093..978ee00 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ {cowboy, ".*", - {git, "git://github.com/ninenines/cowboy.git", {tag, "1.0.4"}}} + {git, "https://github.com/ninenines/cowboy.git", {tag, "1.0.4"}}} ]}. -- cgit v1.2.3