From 80b9a276ed269eb98139df57bd84c26281db3bcc Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 16 Jul 2017 21:02:36 +0100 Subject: [PATCH] .gitmodules: Make enet use the same convention as other submodules. This makes it easier for packagers to preload all submodules. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]