diff --git a/build.gradle.kts b/build.gradle.kts index c59fbf5d..321b6f05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }