Change URL for Furyosquad (#17382)

Change URL from Furyosquad to Furyosciety
This commit is contained in:
KirinRaikage 2023-08-05 15:31:01 +02:00 committed by GitHub
parent 92b8f4906f
commit 6f64c12a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'FuryoSquad'
pkgNameSuffix = 'fr.furyosquad'
extClass = '.FuryoSquad'
extVersionCode = 2
extVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -25,7 +25,7 @@ class FuryoSquad : ParsedHttpSource() {
override val name = "FuryoSquad"
override val baseUrl = "https://www.furyosquad.com/"
override val baseUrl = "https://www.furyosociety.com/"
override val lang = "fr"