From 4b66d8a0a871e72249b6a1228996de0e9a5ebc03 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