diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 94cb81fc..4aa9dcbc 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -66,7 +66,9 @@ regex_checks = { 'Source Code': http_checks, 'Repo': https_enforcings, 'Issue Tracker': http_checks + [ - (re.compile(r'.*github\.com/[^/]+/[^/]+[/]*$'), + (re.compile(r'.*github\.com/[^/]+/[^/]+/*$'), + "/issues is missing"), + (re.compile(r'.*gitlab\.com/[^/]+/[^/]+/*$'), "/issues is missing"), ], 'Donate': http_checks + [