cal/packages/app-store/vimcal/config.json
Peer Richelsen 5bca02bac2
fix: full name of app authors and added correct urls (#9099)
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 14:25:56 +00:00

16 lines
467 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Vimcal",
"slug": "vimcal",
"type": "vimcal_other",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "other",
"categories": ["calendar"],
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "The world's fastest calendar, beautifully designed for a remote world\r",
"__createdUsingCli": true,
"dependencies": ["google-calendar"]
}