mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
Use HTTPS for submodule URLs to not require SSH auth
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user