mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
(#81)
* Testing (#80) * 4.11.0 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * [autopatch] Add Common Platform Enumeration id to `manifest.json` Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Yunohost-Bot <>
This commit is contained in:
parent
d690e8e726
commit
6410c1376c
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue