From 2c1fc0199bb681418d7078e58f7e7cdab8dce7bb Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 30 Mar 2025 10:48:59 +0100 Subject: [PATCH] externals: Use azahar-emu org mirror of soundtouch --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1a99568df..5b100db0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/neobrain/nihstro.git [submodule "soundtouch"] path = externals/soundtouch - url = https://codeberg.org/soundtouch/soundtouch.git + url = https://github.com/azahar-emu/soundtouch.git [submodule "catch2"] path = externals/catch2 url = https://github.com/catchorg/Catch2