From 6fa9be73f851b458fa5be36dd280fbe4462ba67c Mon Sep 17 00:00:00 2001
From: Jakob Sack <kde@jakobsack.de>
Date: Thu, 1 Sep 2011 17:27:12 +0200
Subject: [PATCH] calendar_calendars.components needs to be longer, adjustments
 in info.xml

---
 apps/calendar/appinfo/database.xml | 2 +-
 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>
-- 
GitLab