LuaScans: Update Domain (#6549)

* Bump

* Update Domain
This commit is contained in:
xdwil 2024-12-10 19:25:52 +05:00 committed by Draff
parent a900c6cdfc
commit a39a339c8e
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 = 'Lua Scans' extName = 'Lua Scans'
extClass = '.LuaScans' extClass = '.LuaScans'
themePkg = 'keyoapp' themePkg = 'keyoapp'
baseUrl = 'https://luacomic.net' baseUrl = 'https://luacomic.org'
overrideVersionCode = 30 overrideVersionCode = 31
isNsfw = false isNsfw = false
} }

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class LuaScans : Keyoapp( class LuaScans : Keyoapp(
"Lua Scans", "Lua Scans",
"https://luacomic.net", "https://luacomic.org",
"en", "en",
) { ) {
// migrated from MangaThemesia to Keyoapp // migrated from MangaThemesia to Keyoapp