Luna Scans: update domain (#5055)

This commit is contained in:
Vetle Ledaal 2024-09-15 05:28:24 +02:00 committed by GitHub
parent 1e1e5e0e0c
commit 97715b2982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Luna Scans'
extClass = '.LunaScans'
themePkg = 'madara'
baseUrl = 'https://lunascans.org'
overrideVersionCode = 1
baseUrl = 'https://tuhafscans.com'
overrideVersionCode = 2
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class LunaScans : Madara(
"Luna Scans",
"https://lunascans.org",
"https://tuhafscans.com",
"tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) {