summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-07-13 14:04:55 +0200
committerLoïc Hoguin <[email protected]>2016-07-13 14:04:55 +0200
commit69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1 (patch)
treeae1ff7c0fca1ae6c1dfd12a9b5ff01be98418c8b
parent0f9eedf11f3be3b87d1dd077b279414d42ec7f7a (diff)
downloadbullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.tar.gz
bullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.tar.bz2
bullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.zip
Convert all git links to https
-rw-r--r--Makefile2
-rw-r--r--examples/clock/rebar.config2
-rw-r--r--rebar.config2
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"}}}
]}.