summaryrefslogtreecommitdiffstats
path: root/appinfo/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.json')
-rw-r--r--appinfo/app.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index dfa0945b4..cfcf64111 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -24,11 +24,11 @@
"documentation": {
"developer": "https://github.com/owncloud/news/wiki"
},
- "cron": ["OCA\\News\\BackgroundJob\\Task"],
+ "jobs": ["OCA\\News\\BackgroundJob\\Task"],
"hooks": {
"OC_User::pre_deleteUser": "OCA\\News\\Hooks\\User::deleteUser"
},
- "databases": ["postgresql", "sqlite", "mysql"],
+ "databases": ["pgsql", "sqlite", "mysql"],
"categories": ["Multimedia"],
"dependencies": {
"php": ">=5.3",