From d31a5fd839ab86ba16ff9eff7c9d5bcf147545f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Mon, 30 Oct 2023 14:14:50 +0100 Subject: [PATCH] Prefer https submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2edcfa9f7..32d827327 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,7 @@ url = https://github.com/LuaCATS/skynet.git [submodule "meta/3rd/ffi-reflect"] path = meta/3rd/ffi-reflect - url = git@github.com:LuaCATS/ffi-reflect.git + url = https://github.com/LuaCATS/ffi-reflect.git [submodule "meta/3rd/luv"] path = meta/3rd/luv - url = git@github.com:LuaCATS/luv.git + url = https://github.com/LuaCATS/luv.git