mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:37:58 -05:00
Use HTTPS for Submodule lz4
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -18,7 +18,7 @@
|
|||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
[submodule "lz4"]
|
[submodule "lz4"]
|
||||||
path = externals/lz4
|
path = externals/lz4
|
||||||
url = http://github.com/lz4/lz4.git
|
url = https://github.com/lz4/lz4.git
|
||||||
[submodule "unicorn"]
|
[submodule "unicorn"]
|
||||||
path = externals/unicorn
|
path = externals/unicorn
|
||||||
url = https://github.com/yuzu-emu/unicorn
|
url = https://github.com/yuzu-emu/unicorn
|
||||||
|
Reference in New Issue
Block a user