make appinfo ready for release
This commit is contained in:
parent
92342f6d13
commit
c843456c0a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue