From 54d1f045f7b85cd4b704b589564aaee756cf3f62 Mon Sep 17 00:00:00 2001 From: Huevos Date: Sat, 18 Jan 2025 22:59:58 +0100 Subject: [PATCH] [GitCommitInfo.py] update branding URL --- lib/python/Screens/GitCommitInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/GitCommitInfo.py b/lib/python/Screens/GitCommitInfo.py index 20ac8c11b7..6fa0c08975 100644 --- a/lib/python/Screens/GitCommitInfo.py +++ b/lib/python/Screens/GitCommitInfo.py @@ -30,7 +30,7 @@ ("https://api.github.com/repos/OpenViX/skins/commits", "ViX Skins"), ("https://api.github.com/repos/oe-alliance/oe-alliance-plugins/commits", "OE-A Plugins"), ("https://api.github.com/repos/oe-alliance/AutoBouquetsMaker/commits", "AutoBouquetsMaker"), - ("https://api.github.com/repos/oe-alliance/branding-module/commits", "Branding Module"), + ("https://api.github.com/repos/oe-mirrors/branding-module/commits", "Branding Module"), ] project = 0 cachedProjects = {}