fix version and license
This commit is contained in:
parent
f3b2cea4ea
commit
27ecb3b853
3 changed files with 6 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
|
|||
EMAIL = "clemux@clemux.info"
|
||||
VERSION = '0.8'
|
||||
DESCRIPTION = "Loads RSS and Atom feeds from any website"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "AGPLv3+"
|
||||
CONFIG = ValuesDict(Value('url', label="Atom/RSS feed's url"))
|
||||
STORAGE = {'seen': []}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue