diff options
author | Lioncash <[email protected]> | 2020-10-27 19:48:39 -0400 |
---|---|---|
committer | Lioncash <[email protected]> | 2020-10-27 19:52:48 -0400 |
commit | 65e697de5997e0b1769922ca72006d6e95b908b7 (patch) | |
tree | b6bc889b9b18e42efe29eb4c19c5b8c545ee9649 /.gitmodules | |
parent | d33399e1f46a10490b586196c6d0db0f04be4206 (diff) | |
download | yuzu-android-65e697de5997e0b1769922ca72006d6e95b908b7.tar.gz yuzu-android-65e697de5997e0b1769922ca72006d6e95b908b7.zip |
externals: Track mainline inih project
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9d9356151..6931a641d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "inih"] path = externals/inih/inih - url = https://github.com/svn2github/inih + url = https://github.com/benhoyt/inih.git [submodule "cubeb"] path = externals/cubeb url = https://github.com/kinetiknz/cubeb.git |