MangaSco: Update URL (#3169)

This commit is contained in:
Smol Ame 2024-05-21 22:40:26 -07:00 committed by GitHub
parent 4f049aeeab
commit 9c9fa185d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaSco'
extClass = '.MangaSco'
themePkg = 'madara'
baseUrl = 'https://manhwasco.net'
overrideVersionCode = 2
baseUrl = 'https://mgsco.org'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.en.mangasco
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaSco : Madara("MangaSco", "https://manhwasco.net", "en")
class MangaSco : Madara("MangaSco", "https://mgsco.org", "en")