Minor fixes in the composer.json file

This commit is contained in:
Cyril 2019-10-14 12:24:02 +02:00
parent 4ddcb165e0
commit 2136a03ca8

View file

@ -1,6 +1,6 @@
{ {
"name": "fruux/baikal", "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"], "keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"],
"homepage": "http://sabre.io/baikal/", "homepage": "http://sabre.io/baikal/",
"license" : "GPL-3.0", "license" : "GPL-3.0",
@ -32,6 +32,6 @@
} }
}, },
"support" : { "support" : {
"source" : "https://github.com/fruux/Baikal" "source" : "https://github.com/sabre-io/Baikal"
} }
} }