From c83c8f6edbbf5cc35271658adee275412f0d7fcf Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:52:07 -0800 Subject: [PATCH] Update repo url --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 715faaa..e49ab96 100644 --- a/src/config.h +++ b/src/config.h @@ -13,10 +13,10 @@ #define IMAGER_DOMAIN "https://github.com/snorain/snorain-imager" /* Repository URL */ -#define OSLIST_URL "https://cdn.oxmc-servers.online/uploads/snorain/imager.json" +#define OSLIST_URL "https://cdn.oxmc.me/snorain/imager" /* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */ -#define TIME_URL "http://cdn.oxmc-servers.online/uploads/snorain/imager.json?time_synchronization" +#define TIME_URL "http://cdn.oxmc.me/snorain/imager?time_synchronization" /* Phone home the name of images downloaded for image popularity ranking */ #define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"