From d164c69a884baa4970a238b4fb85ca87ab640558 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 27 Feb 2024 19:44:14 +0100 Subject: [PATCH] fix bookwyrm "not-totally-free-upstream" antifeature --- apps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.toml b/apps.toml index db3e7b69..5d37b5e3 100644 --- a/apps.toml +++ b/apps.toml @@ -232,7 +232,7 @@ url = "https://github.com/YunoHost-Apps/bookstack_ynh" [bookwyrm] category = "social_media" -antifeatures = [ "not-totally-free" ] +antifeatures = [ "not-totally-free-upstream" ] level = 8 potential_alternative_to = [ "Goodreads" ] state = "working"