Luna Scans: update domain (#5055)

This commit is contained in:
Vetle Ledaal 2024-09-15 05:28:24 +02:00 committed by Draff
parent 0f7c99bc52
commit c3e3a3d5c7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
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")),
) {