Check for new profanity version using new URL

Regards https://github.com/profanity-im/profanity/issues/1085
This commit is contained in:
Michael Vetter
2019-05-03 10:30:44 +02:00
parent 83433ee8e0
commit 1446ac15cb
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ file_getline(FILE *stream)
char*
release_get_latest(void)
{
char *url = "http://www.profanity.im/profanity_version.txt";
char *url = "https://profanity-im.github.io/profanity_version.txt";
CURL *handle = curl_easy_init();
struct curl_data_t output;