From fe6839117a8513b3bcabf180a7b3d08f497ea675 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Wed, 17 Aug 2022 21:11:45 +0100 Subject: [PATCH] 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 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 68024a6..0b8fdb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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