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" } }