diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-04 04:53:03 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-04 11:01:57 +0200 |
commit | 80bdb44ead002e37eec935fb905c604e7d7a1d43 (patch) | |
tree | 953c9e9244ccba2f9209a881a11d23f4a2a22136 /.gitmodules | |
parent | Merge pull request #2539 from DarkLordZach/bcat (diff) | |
download | yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.gz yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.bz2 yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.lz yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.xz yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.zst yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index f3051cca0..35e0d1240 100644 --- a/.gitmodules +++ b/.gitmodules @@ -47,8 +47,8 @@ path = externals/sirit url = https://github.com/ReinUsesLisp/sirit [submodule "libzip"] - path = externals/libzip - url = https://github.com/DarkLordZach/libzip + path = externals/libzip + url = https://github.com/DarkLordZach/libzip [submodule "zlib"] - path = externals/zlib - url = https://github.com/DarkLordZach/zlib + path = externals/zlib + url = https://github.com/madler/zlib |