mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 02:40:05 +00:00
Use HTTPS for Submodule lz4
This commit is contained in:
parent
4721ea4523
commit
3cdf6c536d
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -18,7 +18,7 @@
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
[submodule "lz4"]
|
||||
path = externals/lz4
|
||||
url = http://github.com/lz4/lz4.git
|
||||
url = https://github.com/lz4/lz4.git
|
||||
[submodule "unicorn"]
|
||||
path = externals/unicorn
|
||||
url = https://github.com/yuzu-emu/unicorn
|
||||
|
Loading…
Reference in New Issue
Block a user