Skip to content

Commit

Permalink
fix(ShikimoriRepository): change url to shikimori.one due unavailabil…
Browse files Browse the repository at this point in the history
…ity of .me domain
  • Loading branch information
urFate committed Jun 18, 2024
1 parent b0b937d commit 9ef7f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.util.Date
import java.util.Locale


object ShikimoriRepository : AbstractCatalogRepository("Shikimori", "https://shikimori.me") {
object ShikimoriRepository : AbstractCatalogRepository("Shikimori", "https://shikimori.one") {

private val json = Json { ignoreUnknownKeys = true; coerceInputValues = true; encodeDefaults = true }

Expand Down

0 comments on commit 9ef7f70

Please sign in to comment.