Files
koreader/plugins/zsync.koplugin/_meta.lua
NiLuJe a665901c51 ZSync: Flag this plugin as deprecated.
It's somewhat non-trivial, and has been unmaintained for years.
2021-05-19 20:55:00 +02:00

8 lines
307 B
Lua

local _ = require("gettext")
return {
name = "zsync",
fullname = _("Zsync"),
description = _([[Devices in the same Wi-Fi network can transfer documents between each other directly.]]),
deprecated = _("This plugin has been unmaintained for years. It might work for you, or it might not."),
}