make appinfo ready for release

This commit is contained in:
thrillfall 2021-07-05 10:22:54 +02:00
parent 92342f6d13
commit c843456c0a
1 changed files with 6 additions and 6 deletions

View File

@ -2,21 +2,21 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gpoddersync</id>
<name>G Podder Sync</name>
<summary>replicate GPodder API</summary>
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org" >Thrillfall</author>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<bugs>https://github.com/thrillfall</bugs>
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies>
<nextcloud min-version="15" max-version="15"/>
<nextcloud min-version="15" max-version="21"/>
</dependencies>
<navigations>
<navigation>
<name>G Podder Sync</name>
<name>GPodder Sync</name>
<route>gpoddersync.page.index</route>
</navigation>
</navigations>