diff --git a/Gomov/src/main/kotlin/com/hexated/Gomov.kt b/Gomov/src/main/kotlin/com/hexated/Gomov.kt index be8f721e..8cb45a4b 100644 --- a/Gomov/src/main/kotlin/com/hexated/Gomov.kt +++ b/Gomov/src/main/kotlin/com/hexated/Gomov.kt @@ -11,7 +11,7 @@ import java.net.URI open class Gomov : MainAPI() { - override var mainUrl = "https://gomov.info" + override var mainUrl = "https://gomov.icu/" private var directUrl: String? = null override var name = "Gomov"