From ac9963aea8a2511a0a0e863edb64adfba4f8da8c Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 5 Mar 2024 19:50:36 -0500 Subject: [PATCH] Project moving to suyu-emu instead of suyu2 --- CMakeModules/DownloadExternals.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/DownloadExternals.cmake b/CMakeModules/DownloadExternals.cmake index 27291b7b2d..09f553baf0 100644 --- a/CMakeModules/DownloadExternals.cmake +++ b/CMakeModules/DownloadExternals.cmake @@ -7,7 +7,7 @@ # prefix_var: name of a variable which will be set with the path to the extracted contents function(download_bundled_external remote_path lib_name prefix_var) -set(package_base_url "https://gitlab.com/suyu2/") +set(package_base_url "https://gitlab.com/suyu-emu/") set(package_repo "no_platform") set(package_extension "no_platform") set(package_head "?ref_type=heads")