Switch inih to It's Official Repository @ benhoyt/inih
## Info This Commit switches the Inih Submodule from it's mirror repository svn2github/inih to it's official repo at benhoyt/inih ## Reasoning As explained in Info, svn2github is a Mirror Host, which was used mainly as there was no official repo for inih at the Time it was originally added. However, now that there is a Official repo, svn2github is considered unnecessary as well as inconsistent. This commit will make it easier to manage this submodule in the future, as well as able to fix issues related to inih, should any appear in the foreseeable future.
This commit is contained in:
parent
e23c3cd7f7
commit
7c5b2fe63f
|
@ -1,6 +1,3 @@
|
||||||
[submodule "inih"]
|
|
||||||
path = externals/inih/inih
|
|
||||||
url = https://github.com/svn2github/inih
|
|
||||||
[submodule "boost"]
|
[submodule "boost"]
|
||||||
path = externals/boost
|
path = externals/boost
|
||||||
url = https://github.com/citra-emu/ext-boost.git
|
url = https://github.com/citra-emu/ext-boost.git
|
||||||
|
@ -27,7 +24,10 @@
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
[submodule "enet"]
|
[submodule "enet"]
|
||||||
path = externals/enet
|
path = externals/enet
|
||||||
url = https://github.com/lsalzman/enet
|
url = https://github.com/lsalzman/enet.git
|
||||||
[submodule "cpr"]
|
[submodule "cpr"]
|
||||||
path = externals/cpr
|
path = externals/cpr
|
||||||
url = https://github.com/whoshuu/cpr.git
|
url = https://github.com/whoshuu/cpr.git
|
||||||
|
[submodule "inih"]
|
||||||
|
path = externals/inih/inih
|
||||||
|
url = https://github.com/benhoyt/inih.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 603729dec89aaca42d7bd08f08bc333165b7d5d1
|
Subproject commit 56edbbbef9ba432521442ee47ba7d1c8de37e63d
|
Reference in New Issue