From: Ruben Beltran del Rio Date: Fri, 29 Dec 2023 11:38:52 +0000 (+0100) Subject: Update webfinger X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/54af2fd98ae8480d56fecd115709f2c43821a9e7 Update webfinger --- diff --git a/.well-known/webfinger b/.well-known/webfinger index 4ff70fb..10cdaec 100644 --- a/.well-known/webfinger +++ b/.well-known/webfinger @@ -1,23 +1,23 @@ { - "subject": "acct:myspace@hachyderm.io", + "subject": "acct:ruben@friendship.quest", "aliases": [ - "https://hachyderm.io/@myspace", - "https://hachyderm.io/users/myspace" + "https://friendship.quest/@ruben", + "https://friendship.quest/users/ruben" ], "links": [ { "rel": "http://webfinger.net/rel/profile-page", "type": "text/html", - "href": "https://hachyderm.io/@myspace" + "href": "https://friendship.quest/@ruben" }, { "rel": "self", "type": "application/activity+json", - "href": "https://hachyderm.io/users/myspace" + "href": "https://friendship.quest/users/ruben" }, { "rel": "http://ostatus.org/schema/1.0/subscribe", - "template": "https://hachyderm.io/authorize_interaction?uri={uri}" + "template": "https://friendship.quest/authorize_interaction?uri={uri}" } ] }