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";