From fed2525c7a810fa1f055af4ea4955e71ddf67477 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:58:14 -0700 Subject: [PATCH] Update APPCAST_URL to new GitHub location --- plugins/upd/upd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 6c227f13..8f680877 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -24,7 +24,7 @@ #include "zoitechat-plugin.h" -#define APPCAST_URL "https://zoitechat.zoite.net/appcast.xml" +#define APPCAST_URL "https://zoitechat.github.io/appcast.xml" static zoitechat_plugin *ph; /* plugin handle */ static char name[] = "Update Checker";