Moon Daisy Scans: update domain (#9924)

This commit is contained in:
Vetle Ledaal 2025-08-03 10:25:13 +02:00 committed by Draff
parent 554bc6e08c
commit bd8174f9e9
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Moon Daisy Scans' extName = 'Moon Daisy Scans'
extClass = '.MoonDaisyScans' extClass = '.MoonDaisyScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://moondaisyscans.my' baseUrl = 'https://moondaisyscans.art'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -7,7 +7,7 @@ import java.util.Locale
class MoonDaisyScans : MangaThemesia( class MoonDaisyScans : MangaThemesia(
"Moon Daisy Scans", "Moon Daisy Scans",
"https://moondaisyscans.my", "https://moondaisyscans.art",
"tr", "tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")), dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
) { ) {