mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Update build.gradle.kts
- Fixed Repo path
This commit is contained in:
parent
421e118d4d
commit
8d30295490
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue