summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar James Rowe2017-07-16 16:29:58 -0600
committerGravatar GitHub2017-07-16 16:29:58 -0600
commit68db4f3ece02195f384de1993db84abf47ec6862 (patch)
tree966c73a3cc2b2e59f2124b9aa686e63f00f9a158
parentMerge pull request #2784 from wwylele/font-archive (diff)
parent.gitmodules: Make enet use the same convention as other submodules. (diff)
downloadyuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.gz
yuzu-68db4f3ece02195f384de1993db84abf47ec6862.tar.xz
yuzu-68db4f3ece02195f384de1993db84abf47ec6862.zip
Merge pull request #2830 from linkmauve/master
Make enet use the same convention as other submodules
Diffstat (limited to '')
-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"]