Skip to content

Commit

Permalink
chore: reformat info.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed May 16, 2024
1 parent 171756a commit b1bbbe5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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>calendar_resource_management</id>
<name>Calendar Resource Management</name>
<summary>Management for calendar resources and rooms</summary>
<description><![CDATA[Management for calendar resources and rooms]]></description>
<version>0.8.0-alpha.1</version>
<licence>agpl</licence>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>calendar_resource_management</id>
<name>Calendar Resource Management</name>
<summary>Management for calendar resources and rooms</summary>
<description><![CDATA[Management for calendar resources and rooms]]></description>
<version>0.8.0-alpha.1</version>
<licence>agpl</licence>
<author>Richard Steinmetz</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
<namespace>CalendarResourceManagement</namespace>
Expand All @@ -15,10 +15,10 @@
</types>
<category>office</category>
<category>organization</category>
<bugs>https://github.com/nextcloud/calendar_resource_management</bugs>
<dependencies>
<bugs>https://github.com/nextcloud/calendar_resource_management</bugs>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="26" max-version="29"/>
<nextcloud min-version="26" max-version="30"/>
</dependencies>
<commands>
<command>OCA\CalendarResourceManagement\Command\CreateBuilding</command>
Expand Down

0 comments on commit b1bbbe5

Please sign in to comment.