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

Merge pull request #388 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Pierre de La Morinerie 2022-08-15 14:28:02 +02:00 committed by GitHub
commit 3a89b990bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "http://www.mattermost.org/",
"admindoc": "https://docs.mattermost.com/guides/deployment.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",
"maintainer": {
@ -103,4 +104,4 @@
}
]
}
}
}