repo: Go to Forgejo
This commit is contained in:
parent
cd0f75ca65
commit
7fe66b2653
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ subprojects {
|
||||||
cloudstream {
|
cloudstream {
|
||||||
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
|
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
|
||||||
// you can modify it to use other git hosting services, like gitlab
|
// you can modify it to use other git hosting services, like gitlab
|
||||||
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/CakesTwix/cloudstream-extensions-uk")
|
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk")
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "CakesTwix Providers Repository",
|
"name": "CakesTwix Providers Repository Forgejo",
|
||||||
"description": "Cloudstream Ukraine Plugin Repository",
|
"description": "Cloudstream Ukraine Plugin Repository",
|
||||||
"manifestVersion": 1,
|
"manifestVersion": 1,
|
||||||
"pluginLists": [
|
"pluginLists": [
|
||||||
"https://raw.githubusercontent.com/CakesTwix/cloudstream-extensions-uk/builds/plugins.json"
|
"https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/src/branch/builds/plugins.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue