summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index b579a76..9e9b572 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -923,7 +923,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
ins = xs_dict_append(ins, "domain", host);
ins = xs_dict_append(ins, "title", host);
ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")");
- ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/snac-source");
+ ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac");
ins = xs_dict_append(ins, "description", host);
xs *susie = xs_fmt("%s/susie.png", srv_baseurl);