From 6410c1376c1464cb37f866be6f194787dcf4f253 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 13 Aug 2022 07:39:48 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`=20(#81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing (#80) * 4.11.0 * Auto-update README Co-authored-by: yunohost-bot * [autopatch] Add Common Platform Enumeration id to `manifest.json` Co-authored-by: yalh76 Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> --- README.md | 1 - README_fr.md | 3 +-- manifest.json | 5 +++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aded1ef..630666f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Matomo aims to be a Free software alternative to Google Analytics and is already **Shipped version:** 4.11.0~ynh2 - **Demo:** https://demo.matomo.org ## Screenshots diff --git a/README_fr.md b/README_fr.md index dd19f4f..c5a3c52 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,8 +22,7 @@ Matomo is a full-featured PHP MySQL software program that you download and insta Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! -**Version incluse :** 4.11.0~ynh2 - +**Version incluse :** 4.11.0~ynh2 **Démo :** https://demo.matomo.org diff --git a/manifest.json b/manifest.json index 4fd34e1..ac93cca 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://matomo.org", "demo": "https://demo.matomo.org", "admindoc": "https://matomo.org/docs", - "code": "https://github.com/matomo-org/matomo" + "code": "https://github.com/matomo-org/matomo", + "cpe": "cpe:2.3:a:matomo:matomo" }, "license": "GPL-3.0-or-later", "maintainer": { @@ -56,4 +57,4 @@ } ] } -} +} \ No newline at end of file