3
0
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:
Dom Rodriguez 2022-08-17 21:11:45 +01:00
parent a77c6296f1
commit fe6839117a
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43

4
.gitmodules vendored
View File

@ -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