From 7fe66b26536e68b9c2ceed01a69d3a1bbb7303d0 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Tue, 30 Jul 2024 20:23:43 +0300 Subject: [PATCH] repo: Go to Forgejo --- build.gradle.kts | 2 +- repo.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index da5d5df..593e8eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/repo.json b/repo.json index 2fe3eae..d85e790 100644 --- a/repo.json +++ b/repo.json @@ -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" ] }