From 1ca207e0b395552288d5c44c6054761c82885159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 8 Feb 2024 23:08:46 +0100 Subject: [PATCH] Wooops, revert wrong apps_repo repo! --- tools/update_app_levels/update_app_levels.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/update_app_levels/update_app_levels.py b/tools/update_app_levels/update_app_levels.py index ee98a66e..3164739e 100755 --- a/tools/update_app_levels/update_app_levels.py +++ b/tools/update_app_levels/update_app_levels.py @@ -17,8 +17,7 @@ import requests import toml from git import Repo -# APPS_REPO = "YunoHost/apps" -APPS_REPO = "Salamandar/apps" +APPS_REPO = "YunoHost/apps" CI_RESULTS_URL = "https://ci-apps.yunohost.org/ci/api/results"