From 603c55b02a668b37943b4d6b2e9dfcb04b3c321f Mon Sep 17 00:00:00 2001 From: fokkonaut <35420825+fokkonaut@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:32:00 +0100 Subject: [PATCH] Use https for submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ecfa96821..e2905a89d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "datasrc/languages"] path = datasrc/languages - url = git://github.com/teeworlds/teeworlds-translation.git + url = https://github.com/teeworlds/teeworlds-translation.git branch = master [submodule "datasrc/maps"] path = datasrc/maps - url = git://github.com/teeworlds/teeworlds-maps.git + url = https://github.com/teeworlds/teeworlds-maps.git branch = master