diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-03-21 18:30:14 +0100 |
---|---|---|
committer | N00byKing <N00byKing@hotmail.de> | 2018-03-21 19:01:54 +0100 |
commit | 3cdf6c536dd441e2fb3b84bd7600e924e86ab575 (patch) | |
tree | 4ca44dff36f8df3d5341c315c1c7be6afb920624 | |
parent | 4721ea4523c991c2a1bd28947b45e506bc988a8d (diff) |
Use HTTPS for Submodule lz4
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d5a7ade4f..a08850c1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |