diff options
| author | 2017-07-16 21:02:36 +0100 | |
|---|---|---|
| committer | 2017-07-16 21:02:36 +0100 | |
| commit | 80b9a276ed269eb98139df57bd84c26281db3bcc (patch) | |
| tree | 966c73a3cc2b2e59f2124b9aa686e63f00f9a158 | |
| parent | Merge pull request #2784 from wwylele/font-archive (diff) | |
| download | yuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.tar.gz yuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.tar.xz yuzu-80b9a276ed269eb98139df57bd84c26281db3bcc.zip | |
.gitmodules: Make enet use the same convention as other submodules.
This makes it easier for packagers to preload all submodules.
| -rw-r--r-- | .gitmodules | 2 |
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"] |