From a4fbf3aef3b08b29c9497374faca989702e91640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 19 Aug 2020 11:18:30 +0200 Subject: [PATCH] Use HTTPS for submodule URLs to not require SSH auth --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ac66e7b9..79e05b7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "sead"] path = lib/sead - url = git@github.com:open-ead/sead + url = https://github.com/open-ead/sead [submodule "NintendoSDK"] path = lib/NintendoSDK - url = git@github.com:open-ead/nnheaders + url = https://github.com/open-ead/nnheaders [submodule "agl"] path = lib/agl - url = git@github.com:open-ead/agl + url = https://github.com/open-ead/agl