Fix src_repo url in yaml

This commit is contained in:
lingsheng 2020-12-22 09:36:57 +08:00
parent bf1063269c
commit 4b66d8a0a8

View File

@ -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: "."