Update build.gradle.kts

- Fixed Repo path
This commit is contained in:
Jace 2023-07-16 16:37:35 +08:00 committed by GitHub
parent 421e118d4d
commit 8d30295490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/Jacekun/cs3xxx-repo")
setRepo("cloudstream", "cs3xxx-repo", "codeberg")
description = "For the coomers and degenerates"
authors = listOf("Jace")