diff options
author | bunnei <bunneidev@gmail.com> | 2020-10-28 09:58:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 09:58:58 -0700 |
commit | 663e221f9967b3dd8969c53e9a489c28b2a42b84 (patch) | |
tree | a893d5d8b9fbeac8bafc0a9a4e6e1ea35c246b87 | |
parent | 725fcbb3685e99d0cb787f38930c33c2fe4b0ae7 (diff) | |
parent | 9a44c1ea278b82e3bbd948a0811e7e95cce2d500 (diff) |
Merge pull request #4845 from lioncash/inih
externals: Track upstream inih
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | externals/inih/inih | 0 |
2 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 diff --git a/externals/inih/inih b/externals/inih/inih -Subproject 603729dec89aaca42d7bd08f08bc333165b7d5d +Subproject 1e80a47dffbda813604f0913e2ad68c7054c14e |