Gri Melek: update domain (#4281)

This commit is contained in:
Vetle Ledaal 2024-07-27 16:05:23 +02:00 committed by Draff
parent 38ef5386a6
commit 0bf59dd5e8
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 = 'Gri Melek' extName = 'Gri Melek'
extClass = '.Siyahmelek' extClass = '.Siyahmelek'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://grimelek.org' baseUrl = 'https://grimelek.mom'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -9,7 +9,7 @@ import java.util.Locale
class Siyahmelek : Madara( class Siyahmelek : Madara(
"Gri Melek", "Gri Melek",
"https://grimelek.org", "https://grimelek.mom",
"tr", "tr",
SimpleDateFormat("dd MMM yyyy", Locale("tr")), SimpleDateFormat("dd MMM yyyy", Locale("tr")),
) { ) {