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

Merge pull request #137 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:08:39 +02:00 committed by GitHub
commit 96a5ff87b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "https://kanboard.net", "website": "https://kanboard.net",
"demo": "https://demo.yunohost.org/kanboard/", "demo": "https://demo.yunohost.org/kanboard/",
"admindoc": "https://docs.kanboard.org/en/latest/", "admindoc": "https://docs.kanboard.org/en/latest/",
"code": "https://github.com/kanboard/kanboard" "code": "https://github.com/kanboard/kanboard",
"cpe": "cpe:2.3:a:kanboard:kanboard"
}, },
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -23,14 +24,16 @@
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"previous_maintainers": [{ "previous_maintainers": [
{
"name": "mbugeia", "name": "mbugeia",
"email": "maxime@max.privy.place" "email": "maxime@max.privy.place"
}, },
{ {
"name": "jibec", "name": "jibec",
"email": "jean-baptiste@holcroft.fr" "email": "jean-baptiste@holcroft.fr"
}], }
],
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",