Update extensions repo URL

This commit is contained in:
arkon
2020-12-15 15:48:06 -05:00
parent 6d403851cf
commit 28a23452f2
9 changed files with 12 additions and 12 deletions

View File

@@ -77,6 +77,6 @@ internal class ExtensionGithubApi {
companion object {
const val BASE_URL = "https://raw.githubusercontent.com/"
const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/"
const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/tachiyomi-extensions/repo/"
}
}