Use HTTPS for submodule URLs to not require SSH auth

This commit is contained in:
Léo Lam
2020-08-19 11:18:30 +02:00
parent 2de366be0f
commit a4fbf3aef3
+3 -3
View File
@@ -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