summary refs log tree commit diff stats
path: root/plugins/upd
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2024-02-09 18:29:15 -0600
committerPatrick Griffis <tingping@tingping.se>2024-02-09 18:29:15 -0600
commitcc60ad275a56126904df0b5e37cfd20db22cb359 (patch)
treecfb6a8ccb7472cfaa640030c5f965e012160ad07 /plugins/upd
parent70069cd50eb07e8a40ac9b0efbb83fcb91a78b99 (diff)
Replace hexchat.net links
Diffstat (limited to 'plugins/upd')
-rw-r--r--plugins/upd/upd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index c9011c04..2a938596 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -24,7 +24,7 @@
 
 #include "hexchat-plugin.h"
 
-#define APPCAST_URL "https://dl.hexchat.net/appcast.xml"
+#define APPCAST_URL "https://hexchat.github.io/appcast.xml"
 
 static hexchat_plugin *ph;   /* plugin handle */
 static char name[] = "Update Checker";