summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 21:18:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 21:18:47 +0200
commitb03e49ac7207a06c35d501b1d982c94deeb5e8f0 (patch)
tree85ca5f94ac1f37b16cfd5f94af02b98cd6c210a9 /appinfo
parenta072ba21bfbc72436fde9d0653ee52d5d2d9c7ff (diff)
info xml update
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
-rw-r--r--appinfo/info.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index b4e7202dd..263ce1c39 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -29,7 +29,6 @@ if (is_compatible()) {
$container = new Application();
$config = $container->getAppConfig();
- $config->loadConfig(__DIR__ . '/app.json');
$config->registerNavigation();
$config->registerBackgroundJobs();
$config->registerHooks();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ff8bcb459..127dab4ad 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>News</name>
<description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
- <author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
+ <author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<version>3.105</version>
<require>7</require>
</info>