Lunascans domain change (#4720)

This commit is contained in:
Creepler13 2024-08-23 07:55:03 +02:00 committed by Draff
parent 6457e349f5
commit e11ebc5fd0
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.fun'
overrideVersionCode = 0
baseUrl = 'https://lunascans.org'
overrideVersionCode = 1
isNsfw = true
}

View File

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