Lunascans domain change (#4720)
This commit is contained in:
parent
6457e349f5
commit
e11ebc5fd0
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue