From 0ab2f0f9e0c5189cea64bdfc1c1884de0ab95103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Tue, 8 Oct 2024 03:10:01 +0000 Subject: [PATCH] fix typo on repository name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 扣肉酱 --- mold.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.yaml b/mold.yaml index 0f130f3..5cfd91a 100644 --- a/mold.yaml +++ b/mold.yaml @@ -1,4 +1,4 @@ version_control: github -src_repo: ui314/mold +src_repo: rui314/mold tag_prefix: ^v separator: . -- Gitee