nvchecker: add openldap

This commit is contained in:
George Rawlinson 2021-11-13 09:36:00 +00:00
parent c5a8ac454c
commit 1e96829c89
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 8 additions and 0 deletions

View File

@ -76,6 +76,14 @@ gitlab = "davical-project/awl"
use_max_tag = true
prefix = "r"
[openldap]
source = "gitlab"
gitlab = "openldap/openldap"
host = "git.openldap.org"
use_max_tag = true
from_pattern = 'OPENLDAP_REL_ENG_(\d+)_(\d+)_(\d+)'
to_pattern = '\1.\2.\3'
# github
[python-pglast]