diff options
author | Patrick Griffis <tingping@tingping.se> | 2024-02-09 18:29:15 -0600 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2024-02-09 18:29:15 -0600 |
commit | cc60ad275a56126904df0b5e37cfd20db22cb359 (patch) | |
tree | cfb6a8ccb7472cfaa640030c5f965e012160ad07 /plugins | |
parent | 70069cd50eb07e8a40ac9b0efbb83fcb91a78b99 (diff) |
Replace hexchat.net links
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/upd/upd.c | 2 |
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"; |