From f34f9207e98e5a8a05d6a06cba87f679f2e69c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= <975883+pazos@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:44:42 +0200 Subject: [PATCH] exporter: add deprecation notice for unmaintained targets (#12620) --- plugins/exporter.koplugin/_meta.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/exporter.koplugin/_meta.lua b/plugins/exporter.koplugin/_meta.lua index 9bc005123..af90f107f 100644 --- a/plugins/exporter.koplugin/_meta.lua +++ b/plugins/exporter.koplugin/_meta.lua @@ -3,4 +3,5 @@ return { name = "exporter", fullname = _("Export highlights"), description = _("Exports highlights and notes."), + deprecated = { "feature", "Flomo, Memos"}, }