diff --git a/packages/s/str/xmake.lua b/packages/s/str/xmake.lua index fffa440..adec0aa 100644 --- a/packages/s/str/xmake.lua +++ b/packages/s/str/xmake.lua @@ -1,7 +1,7 @@ package("str") set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules") - add_urls("https://github.com/KeqingMoe/str.git") + add_urls("https://gitea.keqing.moe/KeqingMoe/str.git") on_install(function(package) import("package.tools.xmake").install(package, {})