2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
koreader/plugins/goodreads.koplugin/_meta.lua
Martín Fernández 5ec0b049d9
Add deprecation messages to plugins (#7101)
And deprecate Goodreads plugin.
2021-01-07 23:15:32 +01:00

8 lines
311 B
Lua

local _ = require("gettext")
return {
name = "goodreads",
fullname = _("Goodreads"),
description = _([[Allows browsing and searching the Goodreads database of books.]]),
deprecated = "The Goodreads API has been discontinued. Some keys might still work, but this plugin will be removed soon.",
}