blob: 8a96030cb88567d7df51fde52a6bee344b1737a3 (
plain)
1
2
3
4
5
6
7
8
|
# note: we use the stable website downloads for building, but gitlab for checking
[audiowmark]
source = "gitlab"
host = "code.uplex.de"
gitlab = "stefan/audiowmark"
# Regex to avoid the "proof-of-concept" tag. Start with a number.
include_regex = '^\d.+$'
use_max_tag = true
|