repo: Go to Forgejo

This commit is contained in:
CakesTwix 2024-07-30 20:23:43 +03:00
parent cd0f75ca65
commit 7fe66b2653
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ subprojects {
cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
// 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 {

View file

@ -1,8 +1,8 @@
{
"name": "CakesTwix Providers Repository",
"name": "CakesTwix Providers Repository Forgejo",
"description": "Cloudstream Ukraine Plugin Repository",
"manifestVersion": 1,
"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"
]
}