Updated website location in /vercheck

This commit is contained in:
James Booth
2012-11-06 00:59:38 +00:00
parent 3268baeb6d
commit 75fb8ea2ed
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ static size_t _data_callback(void *ptr, size_t size, size_t nmemb, void *data);
char *
release_get_latest()
{
char *url = "http://www.boothj5.com/profanity_version.txt";
char *url = "http://www.profanity.im/profanity_version.txt";
CURL *handle = curl_easy_init();
struct curl_data_t output;