about summary refs log tree commit diff stats
path: root/src/release.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-06 00:59:38 +0000
committerJames Booth <boothj5@gmail.com>2012-11-06 00:59:38 +0000
commit75fb8ea2edabe45b554d0865c567318b1dc065ce (patch)
tree53767660ab338d4a900edc56cb75f61f0b54e18e /src/release.c
parent3268baeb6db892219ecbb3a2abab1afe8584a6a9 (diff)
downloadprofani-tty-75fb8ea2edabe45b554d0865c567318b1dc065ce.tar.gz
Updated website location in /vercheck
Diffstat (limited to 'src/release.c')
-rw-r--r--src/release.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/release.c b/src/release.c
index f585e8fc..8ec00b43 100644
--- a/src/release.c
+++ b/src/release.c
@@ -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;