summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webfinger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 7255ae2..2e5ec29 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -214,7 +214,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
status = 200;
*body = j;
- *ctype = "application/json";
+ *ctype = "application/jrd+json";
}
else
status = 404;