summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2017-07-16 21:02:36 +0100
committerGravatar Emmanuel Gil Peyrot2017-07-16 21:02:36 +0100
commit80b9a276ed269eb98139df57bd84c26281db3bcc (patch)
tree966c73a3cc2b2e59f2124b9aa686e63f00f9a158
parentMerge pull request #2784 from wwylele/font-archive (diff)
downloadyuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.tar.gz
yuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.tar.xz
yuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.zip
.gitmodules: Make enet use the same convention as other submodules.
This makes it easier for packagers to preload all submodules.
-rw-r--r--.gitmodules2
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 @@
25[submodule "fmt"] 25[submodule "fmt"]
26 path = externals/fmt 26 path = externals/fmt
27 url = https://github.com/fmtlib/fmt.git 27 url = https://github.com/fmtlib/fmt.git
28[submodule "externals/enet"] 28[submodule "enet"]
29 path = externals/enet 29 path = externals/enet
30 url = https://github.com/lsalzman/enet 30 url = https://github.com/lsalzman/enet
31[submodule "cpr"] 31[submodule "cpr"]