diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-09-01 17:27:12 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-09-01 17:27:12 +0200 |
commit | 6fa9be73f851b458fa5be36dd280fbe4462ba67c (patch) | |
tree | 2afeaf87cd7a697c2ac14841832555cc8a61f710 /apps/calendar/appinfo | |
parent | 8cbe66b5c1b7de8159783c411d71d4637eff368e (diff) | |
download | nextcloud-server-6fa9be73f851b458fa5be36dd280fbe4462ba67c.tar.gz nextcloud-server-6fa9be73f851b458fa5be36dd280fbe4462ba67c.zip |
calendar_calendars.components needs to be longer, adjustments in info.xml
Diffstat (limited to 'apps/calendar/appinfo')
-rwxr-xr-x | apps/calendar/appinfo/database.xml | 2 | ||||
-rwxr-xr-x | apps/calendar/appinfo/info.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml index 159ca0127e4..bf92179c40b 100755 --- a/apps/calendar/appinfo/database.xml +++ b/apps/calendar/appinfo/database.xml @@ -187,7 +187,7 @@ <type>text</type> <default></default> <notnull>false</notnull> - <length>20</length> + <length>100</length> </field> </declaration> diff --git a/apps/calendar/appinfo/info.xml b/apps/calendar/appinfo/info.xml index 23a07588cb4..c846fc1eebc 100755 --- a/apps/calendar/appinfo/info.xml +++ b/apps/calendar/appinfo/info.xml @@ -2,9 +2,9 @@ <info> <id>calendar</id> <name>Calendar</name> - <version>0.1</version> + <version>0.2</version> <licence>AGPL</licence> - <author>Jakob Sack, Georg Ehrke (Userinterface)</author> + <author>Georg Ehrke (Userinterface), Jakob Sack</author> <require>2</require> - <description>CalDAV server with viewing support.</description> + <description>Calendar with CalDAV support</description> </info> |