Mangahasu: update domain (#5275)

This commit is contained in:
Vetle Ledaal 2024-09-28 12:26:25 +02:00 committed by GitHub
parent 1a94b552ac
commit 187a0007ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
ext {
extName = 'Mangahasu'
extClass = '.Mangahasu'
extVersionCode = 16
extVersionCode = 17
isNsfw = true
}
apply from: "$rootDir/common.gradle"

View File

@ -27,7 +27,7 @@ class Mangahasu : ParsedHttpSource() {
override val name = "Mangahasu"
override val baseUrl = "https://mangahasu.se"
override val baseUrl = "https://mangahasu.me"
override val lang = "en"