summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-21 23:48:39 +0100
committerGitHub <noreply@github.com>2018-03-21 23:48:39 +0100
commit7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b (patch)
tree4ca44dff36f8df3d5341c315c1c7be6afb920624
parentMerge pull request #257 from mailwl/vi-module (diff)
parentUse HTTPS for Submodule lz4 (diff)
downloadyuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.gz
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.bz2
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.lz
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.xz
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.tar.zst
yuzu-7fa3bf02ca45361ad4a1b45b20c57ea6d490a22b.zip
-rw-r--r--.gitmodules2
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