1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-08 01:35:21 +02:00 committed by Alexandre Aubin
parent d4bf8c80b4
commit 39653b90fa

View file

@ -13,7 +13,8 @@
"website": "http://www.mattermost.org/", "website": "http://www.mattermost.org/",
"admindoc": "https://docs.mattermost.com/guides/deployment.html", "admindoc": "https://docs.mattermost.com/guides/deployment.html",
"userdoc": "https://docs.mattermost.com/guides/messaging.html", "userdoc": "https://docs.mattermost.com/guides/messaging.html",
"code": "https://github.com/mattermost/mattermost-server" "code": "https://github.com/mattermost/mattermost-server",
"cpe": "cpe:2.3:a:mattermost:mattermost"
}, },
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"maintainer": { "maintainer": {
@ -103,4 +104,4 @@
} }
] ]
} }
} }