From d5788fa6751eedf2444182749006ec9ff81ee945 Mon Sep 17 00:00:00 2001 From: iamdoubz <4871781+iamdoubz@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:21:31 -0500 Subject: [PATCH] Update app.json Add limitation into app description --- Diaspora/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Diaspora/app.json b/Diaspora/app.json index b9d9927000..e7855da673 100644 --- a/Diaspora/app.json +++ b/Diaspora/app.json @@ -3,8 +3,8 @@ "name": "Diaspora", "website": "https://diasporafoundation.org/", "license": "GNU Affero General Public License v3.0 only", - "description": "A privacy-aware, distributed, open source social network", + "description": "A privacy-aware, distributed, open source social network. Limitation: diaspora pod must be available at https://fediverse.observer/!", "enhanced": true, "tile_background": "light", "icon": "diaspora.svg" -} \ No newline at end of file +}