1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00

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

This commit is contained in:
Yunohost-Bot 2022-08-07 20:05:25 +02:00 committed by Alexandre Aubin
parent 4bb7cb9fa0
commit 951a34af30

View file

@ -10,7 +10,8 @@
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"demo": "https://github.com/muesli/beehive/wiki/Available-Hives", "demo": "https://github.com/muesli/beehive/wiki/Available-Hives",
"code": "https://github.com/muesli/beehive" "code": "https://github.com/muesli/beehive",
"cpe": "cpe:2.3:a:beehive_forum:beehive_forum"
}, },
"license": "AGPL-1.0-or-later", "license": "AGPL-1.0-or-later",
"maintainer": { "maintainer": {
@ -35,4 +36,4 @@
} }
] ]
} }
} }