Switch to the new URL of Rimu Scans (#9603)

* Switch url
Fix #9602

* Bump version
This commit is contained in:
Romain 2025-07-11 07:20:49 +02:00 committed by Draff
parent 296a7bf55d
commit ea34656edf
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Rimu Scans' extName = 'Rimu Scans'
extClass = '.RimuScans' extClass = '.RimuScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://rimuscans.fr' baseUrl = 'https://rimuscans.com'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class RimuScans : MangaThemesia( class RimuScans : MangaThemesia(
"Rimu Scans", "Rimu Scans",
"https://rimuscans.fr", "https://rimuscans.com",
"fr", "fr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH),
) )