nextcloud-gpodder/appinfo/info.xml
sunjam 8a0c3dc3c1 updated info.xml
added multimedia category also. couldn't find it when looking under multimedia, then tools... Cheers.
2021-10-13 14:52:25 +02:00

25 lines
947 B
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gpoddersync</id>
<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>3.0.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<category>multimedia</category>
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies>
<php min-version="7.4"/>
<nextcloud min-version="20" max-version="22"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
</post-migration>
</repair-steps>
</info>