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' extName = 'Luna Scans'
extClass = '.LunaScans' extClass = '.LunaScans'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://lunascans.org' baseUrl = 'https://tuhafscans.com'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

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