From 51eea689163189998ddd7b57e9652f337fa905ad Mon Sep 17 00:00:00 2001 From: VectorHex <151371495+VectorHex@users.noreply.github.com> Date: Sat, 23 Dec 2023 17:25:16 -0400 Subject: [PATCH] update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }