update build.gradle.kts

This commit is contained in:
VectorHex 2023-12-23 17:25:16 -04:00
parent 211320c148
commit 51eea68916
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ subprojects {
cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/hexated/cloudstream-extensions-hexated")
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/VectorHex/Xor")
authors = listOf("Hexated")
}