diff options
author | Lioncash <mathew1800@gmail.com> | 2019-10-29 22:13:40 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-10-30 00:52:40 +0100 |
commit | 1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (patch) | |
tree | ce73711d6ceeff7ddd69d562352fdd4cd98293f2 /.gitmodules | |
parent | externals: Amend zlib submodule (diff) | |
download | yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.gz yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.bz2 yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.lz yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.xz yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.zst yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index c60628f4b..63bf2cda0 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/libzip + url = https://github.com/nih-at/libzip.git [submodule "zlib"] - path = externals/zlib/zlib - url = https://github.com/madler/zlib.git + path = externals/zlib/zlib + url = https://github.com/madler/zlib.git |