From 2136a03ca84da7ff28a410198aa5988f1cc5b27c Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 14 Oct 2019 12:24:02 +0200 Subject: [PATCH] Minor fixes in the composer.json file --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 09a2880..7d1aa4f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fruux/baikal", - "description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite and SabreDAV", + "description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite or MySQLc and SabreDAV", "keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"], "homepage": "http://sabre.io/baikal/", "license" : "GPL-3.0", @@ -32,6 +32,6 @@ } }, "support" : { - "source" : "https://github.com/fruux/Baikal" + "source" : "https://github.com/sabre-io/Baikal" } }