Skip to content

Commit

Permalink
Fix info.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 7, 2018
1 parent e08f6a7 commit fc39037
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions appinfo/info.xml
@@ -1,13 +1,19 @@
<?xml version="1.0"?>
<info>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>nextcloud_announcements</id>
<name>Nextcloud announcements</name>
<summary>Nextcloud announcements brings the latest news of Nextcloud into your notifications</summary>
<description>Nextcloud announcements brings the latest news of Nextcloud into your notifications</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>1.4.0</version>
<default_enable/>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>NextcloudAnnouncements</namespace>
<default_enable/>

<types>
<logging/>
</types>

<category>monitoring</category>
<category>social</category>
Expand All @@ -20,15 +26,11 @@
<nextcloud min-version="15" max-version="15" />
</dependencies>

<types>
<logging/>
</types>
<background-jobs>
<job>OCA\NextcloudAnnouncements\Cron\Crawler</job>
</background-jobs>

<settings>
<admin>OCA\NextcloudAnnouncements\Settings\Admin</admin>
</settings>

<background-jobs>
<job>OCA\NextcloudAnnouncements\Cron\Crawler</job>
</background-jobs>
</info>

0 comments on commit fc39037

Please sign in to comment.