From ac1111da5aa4a24a4be4dae18ba096ac60276d3b Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 5 Feb 2023 11:18:47 +0100 Subject: [PATCH] fix(monica): missing comma in config --- apps/monica/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/monica/config.json b/apps/monica/config.json index 96136269..94bddfe0 100644 --- a/apps/monica/config.json +++ b/apps/monica/config.json @@ -14,7 +14,7 @@ "supported_architectures": [ "amd64", "arm64" - ] + ], "description": "Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family.", "short_desc": "A Personal Relationship Management tool to help you document your social life.", "author": "monicahq",