mirror of
https://github.com/reality/dbot.git
synced 2025-01-23 10:34:31 +01:00
GitHub no longer supports git://, switch to HTTPS
This fixes the broken submodule cloning process, generally called by the `install` script, which is also used by my Dockerfile Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
a77c6296f1
commit
fe6839117a
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "jsbot"]
|
||||
path = jsbot
|
||||
url = git://github.com/reality/jsbot.git
|
||||
url = https://github.com/reality/jsbot.git
|
||||
[submodule "modules/github"]
|
||||
path = modules/github
|
||||
url = git://github.com/zuzak/dbot-github.git
|
||||
url = https://github.com/zuzak/dbot-github.git
|
||||
|
Loading…
Reference in New Issue
Block a user