make appinfo ready for release
This commit is contained in:
parent
92342f6d13
commit
c843456c0a
|
@ -3,16 +3,16 @@
|
|||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>gpoddersync</id>
|
||||
<name>GPodder Sync</name>
|
||||
<summary>replicate GPodder API</summary>
|
||||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue