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

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-08-07 21:05:52 +02:00 committed by GitHub
commit dc16093506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "https://www.focalboard.com/",
"admindoc": "https://www.focalboard.com/guide/admin/",
"userdoc": "https://www.focalboard.com/guide/user/",
"code": "https://github.com/mattermost/focalboard"
"code": "https://github.com/mattermost/focalboard",
"cpe": "cpe:2.3:a:mattermost:focalboard"
},
"license": "MIT",
"maintainer": {
@ -44,4 +45,4 @@
}
]
}
}
}