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
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
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