Minor fixes in the composer.json file
This commit is contained in:
parent
4ddcb165e0
commit
2136a03ca8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue