From 19b5e1169d3dddc13e48fd3f43327851fafa2a32 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 19:53:20 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 62bd514..1103000 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "demo": "https://demo.example.com", "admindoc": "https://automad.org/getting-started", "userdoc": "https://automad.org/user-guide", - "code": "https://github.com/marcantondahmen/automad" + "code": "https://github.com/marcantondahmen/automad", + "cpe": "cpe:2.3:a:automad:automad" }, "license": "MIT", "maintainer": { @@ -30,7 +31,7 @@ "php8.0-fpm" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -48,4 +49,4 @@ } ] } -} +} \ No newline at end of file