Skip to content

Commit a5c5eca

Browse files
committed
chore: Replace extension repo
Temporary solution until I ported custom extension repo from upstream
1 parent 5e018ca commit a5c5eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ internal class ExtensionGithubApi {
130130
}
131131
}
132132

133-
private const val REPO_URL_PREFIX = "https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/"
134-
private const val FALLBACK_REPO_URL_PREFIX = "https://gcore.jsdelivr.net/gh/tachiyomiorg/tachiyomi-extensions@repo/"
133+
private const val REPO_URL_PREFIX = "https://raw.githubusercontent.com/keiyoushi/extensions/repo/"
134+
private const val FALLBACK_REPO_URL_PREFIX = "https://gcore.jsdelivr.net/gh/keiyoushi/extensions@repo/"
135135

136136
@Serializable
137137
private data class ExtensionJsonObject(

0 commit comments

Comments
 (0)