From 74f7ef558111e62a7d0a2228b6f9714980e000fa Mon Sep 17 00:00:00 2001 From: riperiperi Date: Fri, 20 Oct 2023 16:06:40 +0100 Subject: [PATCH] Fix missing NVorbis --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a80e9db4b..653d7fd7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/Mono-Game/MonoGame.Dependencies.git [submodule "ThirdParty/NVorbis"] path = ThirdParty/NVorbis -url=https://github.com/ioctlLR/NVorbis.git +url=https://github.com/NVorbis/NVorbis.git [submodule "ThirdParty/SDL_GameControllerDB"] path = ThirdParty/SDL_GameControllerDB url = https://github.com/gabomdq/SDL_GameControllerDB.git