1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Fix info.xml for Nextcloud 17

This commit is contained in:
Alfred Egger 2019-10-04 18:33:06 +02:00
parent 98137a767c
commit dcd1d29da7

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?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>ocsms</id>
@ -6,16 +6,14 @@
<summary>An app to sync SMS with your cloud</summary>
<description>An app to sync SMS with your cloud</description>
<licence>agpl</licence>
<author homepage="https://www.unix-experience.fr">Loic Blot</author>
<author>Loic Blot</author>
<version>2.1.3</version>
<category>multimedia</category>
<category>tools</category>
<dependencies>
<nextcloud min-version="14.0" max-version="16.0" />
<nextcloud min-version="14" max-version="17" />
</dependencies>
<ocsid>167289</ocsid>
<website>https://github.com/nextcloud/ocsms</website>
<bugs>https://github.com/nextcloud/ocsms/issues</bugs>
<repository type="git">https://github.com/nextcloud/ocsms</repository>