diff options
| author | 2015-04-22 18:15:18 +0200 | |
|---|---|---|
| committer | 2015-04-24 13:54:36 +0200 | |
| commit | ff015a22e2fffc11c0c5051e11124bb99dccfd93 (patch) | |
| tree | 025d03fa9f4d91667c8e800b93db025347c02e55 | |
| parent | Merge pull request #706 from lioncash/unused (diff) | |
| download | yuzu-ff015a22e2fffc11c0c5051e11124bb99dccfd93.tar.gz yuzu-ff015a22e2fffc11c0c5051e11124bb99dccfd93.tar.xz yuzu-ff015a22e2fffc11c0c5051e11124bb99dccfd93.zip | |
Rename git submodules, so they are more easily accessible from external tools.
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a9e0a5c1a..598e4c64d 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | [submodule "externals/inih/inih"] | 1 | [submodule "inih"] |
| 2 | path = externals/inih/inih | 2 | path = externals/inih/inih |
| 3 | url = https://github.com/svn2github/inih | 3 | url = https://github.com/svn2github/inih |
| 4 | [submodule "externals/boost"] | 4 | [submodule "boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/citra-emu/ext-boost.git | 6 | url = https://github.com/citra-emu/ext-boost.git |
| 7 | [submodule "externals/nihstro"] | 7 | [submodule "nihstro"] |
| 8 | path = externals/nihstro | 8 | path = externals/nihstro |
| 9 | url = https://github.com/neobrain/nihstro.git | 9 | url = https://github.com/neobrain/nihstro.git |