.gitmodules: Make enet use the same convention as other submodules.

This makes it easier for packagers to preload all submodules.
This commit is contained in:
Emmanuel Gil Peyrot 2017-07-16 21:02:36 +01:00
parent e634b75754
commit 80b9a276ed
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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"]