From 25639996797dbd4bbeacda239eb43597ab09bfd4 Mon Sep 17 00:00:00 2001 From: Monday Date: Wed, 19 Jul 2023 01:31:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- weston.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/weston.yaml b/weston.yaml index 9cdc67e..0965e2c 100644 --- a/weston.yaml +++ b/weston.yaml @@ -1,4 +1,5 @@ -version_control: github -src_repo: wayland-project/weston +version_control: git +src_repo: https://gitlab.freedesktop.org/wayland/weston.git tag_prefix: "" -seperator: "." +separator: "." +git_url: https://gitlab.freedesktop.org/wayland/weston.git -- Gitee