From 38a2a46969d0c502feac4cc62785d098231176fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= <975883+pazos@users.noreply.github.com> Date: Sun, 18 Jul 2021 20:20:06 +0200 Subject: [PATCH] Flag send2ebook as deprecated (#7967) See https://github.com/koreader/koreader/issues/7955#issuecomment-877625098 --- plugins/send2ebook.koplugin/_meta.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/send2ebook.koplugin/_meta.lua b/plugins/send2ebook.koplugin/_meta.lua index 05f6956ae..681433491 100644 --- a/plugins/send2ebook.koplugin/_meta.lua +++ b/plugins/send2ebook.koplugin/_meta.lua @@ -3,4 +3,5 @@ return { name = "send2ebook", fullname = _("Send to eBook"), description = _([[Receives articles sent with the Send2Ebook PC/Android application.]]), + deprecated = _("The companion app doesn't work anymore and was archived. This plugin is going to be removed from the main repo."), }