diff options
| author | 2018-03-21 18:48:39 -0400 | |
|---|---|---|
| committer | 2018-03-21 18:48:39 -0400 | |
| commit | 7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b (patch) | |
| tree | 4ca44dff36f8df3d5341c315c1c7be6afb920624 | |
| parent | Merge pull request #257 from mailwl/vi-module (diff) | |
| parent | Use HTTPS for Submodule lz4 (diff) | |
| download | yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.gz yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.xz yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.zip | |
Merge pull request #259 from N00byKing/usehttps
Use HTTPS for 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 @@ | |||
| 18 | url = https://github.com/fmtlib/fmt.git | 18 | url = https://github.com/fmtlib/fmt.git |
| 19 | [submodule "lz4"] | 19 | [submodule "lz4"] |
| 20 | path = externals/lz4 | 20 | path = externals/lz4 |
| 21 | url = http://github.com/lz4/lz4.git | 21 | url = https://github.com/lz4/lz4.git |
| 22 | [submodule "unicorn"] | 22 | [submodule "unicorn"] |
| 23 | path = externals/unicorn | 23 | path = externals/unicorn |
| 24 | url = https://github.com/yuzu-emu/unicorn | 24 | url = https://github.com/yuzu-emu/unicorn |