From 2e4b5bf2e3b27961ce2c67e697a278c258647aa4 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 22 Dec 2020 09:36:57 +0800 Subject: [PATCH] Fix src_repo url in yaml --- strongswan.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strongswan.yaml b/strongswan.yaml index 3c4ee8b..6609cf3 100644 --- a/strongswan.yaml +++ b/strongswan.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://git.strongswan.org/?p=strongswan.git -tag_prefix: ^ -seperator: . +src_repo: https://git.strongswan.org/strongswan.git +tag_prefix: "^" +separator: "." -- Gitee