Procházet zdrojové kódy

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

This makes it easier for packagers to preload all submodules.
Emmanuel Gil Peyrot před 9 roky
rodič
revize
80b9a276ed
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .gitmodules

+ 1 - 1
.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"]