Fix deducing rdns meta-data if the URL actually points to GitHub pages

This commit is contained in:
Martchus 2024-05-15 15:24:11 +02:00
parent 9bb224c2ba
commit beee01c147
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ endif ()
# determine RDNS automatically from other meta-data
if (NOT META_PROJECT_RDNS)
if (NOT META_PROJECT_RDNS_BASE)
if (META_APP_URL MATCHES ".*github\\.com.*")
if (META_APP_URL MATCHES ".*github\\.(com|io).*")
set(META_PROJECT_RDNS_BASE "io.github") # assume GitHub pages
else ()
set(META_PROJECT_RDNS_BASE "org")