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'
extClass = '.RimuScans'
themePkg = 'mangathemesia'
baseUrl = 'https://rimuscans.fr'
overrideVersionCode = 1
baseUrl = 'https://rimuscans.com'
overrideVersionCode = 2
isNsfw = false
}

View File

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