summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parent0f9eedf11f3be3b87d1dd077b279414d42ec7f7a (diff)
downloadbullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.tar.gz
bullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.tar.bz2
bullet-69f4d23a1bbcd1afc0ebc4c74af74a2dbefa0de1.zip
Convert all git links to https
Diffstat (limited to 'examples')
-rw-r--r--examples/clock/rebar.config2
1 files changed, 1 insertions, 1 deletions
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"}}
]}.