From b8c7a7f6edf1e73313fcfcdaf6f32cdec7010b65 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 17 Jul 2021 21:49:28 +0300 Subject: [PATCH] Update Friendica protocols --- source/_data/common.json | 4 ---- source/_data/friendica.json | 1 - 2 files changed, 5 deletions(-) diff --git a/source/_data/common.json b/source/_data/common.json index 1634338..b9ef376 100644 --- a/source/_data/common.json +++ b/source/_data/common.json @@ -79,10 +79,6 @@ { "name": "OStatus", "url": "https://github.com/OStatus" - }, - { - "name": "DFRN", - "url": "https://github.com/friendica/friendica/wiki/Protocol" } ], "langs": diff --git a/source/_data/friendica.json b/source/_data/friendica.json index 416fba5..449e51d 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -13,7 +13,6 @@ "language": "PHP", "protocols": [ - {"title": "DFRN", "url": "https://github.com/friendica/friendica/wiki/Protocol"}, {"title": "OStatus", "url": "https://github.com/OStatus"}, {"title": "diaspora", "url": "https://github.com/diaspora/diaspora_federation"}, {"title": "ActivityPub", "url": "https://activitypub.rocks"}