diff options
author | James Rowe <jroweboy@gmail.com> | 2017-07-17 00:29:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 00:29:58 +0200 |
commit | 68db4f3ece02195f384de1993db84abf47ec6862 (patch) | |
tree | 966c73a3cc2b2e59f2124b9aa686e63f00f9a158 | |
parent | Merge pull request #2784 from wwylele/font-archive (diff) | |
parent | .gitmodules: Make enet use the same convention as other submodules. (diff) | |
download | yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.gz yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.bz2 yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.lz yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.xz yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.zst yuzu-68db4f3ece02195f384de1993db84abf47ec6862.zip |
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 45ff650ef..3f5bae2b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,7 +25,7 @@ [submodule "fmt"] path = externals/fmt url = https://github.com/fmtlib/fmt.git -[submodule "externals/enet"] +[submodule "enet"] path = externals/enet url = https://github.com/lsalzman/enet [submodule "cpr"] |