From f6b99fd8888c67a8faa0b5ec4ba8160a2cc50bab 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! --- update_app_levels/update_app_levels.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update_app_levels/update_app_levels.py b/update_app_levels/update_app_levels.py index ee98a66..3164739 100755 --- a/update_app_levels/update_app_levels.py +++ b/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"