Nivera Fansub: update domain (#3783)

This commit is contained in:
Vetle Ledaal 2024-06-28 13:02:30 +02:00 committed by Draff
parent 30d9450b38
commit fe23485b11
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 = 'Nivera Fansub' extName = 'Nivera Fansub'
extClass = '.NiveraFansub' extClass = '.NiveraFansub'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://niverafansub.net' baseUrl = 'https://niverafansub.org'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import java.util.Locale
class NiveraFansub : Madara( class NiveraFansub : Madara(
"Nivera Fansub", "Nivera Fansub",
"https://niverafansub.net", "https://niverafansub.org",
"tr", "tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")), dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) { ) {