Merge pull request #2830 from linkmauve/master

Make enet use the same convention as other submodules
master
James Rowe 2017-07-16 16:29:58 +07:00 committed by GitHub
commit 68db4f3ece
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored

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