mirror of https://github.com/zeldaret/botw.git
Use HTTPS for submodule URLs to not require SSH auth
This commit is contained in:
parent
2de366be0f
commit
a4fbf3aef3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue