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
2 changed files with 5 additions and 5 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
|||
[submodule "inih"]
|
||||
path = externals/inih/inih
|
||||
url = https://github.com/svn2github/inih
|
||||
[submodule "boost"]
|
||||
path = externals/boost
|
||||
url = https://github.com/citra-emu/ext-boost.git
|
||||
|
@ -27,7 +24,10 @@
|
|||
url = https://github.com/fmtlib/fmt.git
|
||||
[submodule "enet"]
|
||||
path = externals/enet
|
||||
url = https://github.com/lsalzman/enet
|
||||
url = https://github.com/lsalzman/enet.git
|
||||
[submodule "cpr"]
|
||||
path = externals/cpr
|
||||
url = https://github.com/whoshuu/cpr.git
|
||||
[submodule "inih"]
|
||||
path = externals/inih/inih
|
||||
url = https://github.com/benhoyt/inih.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue