1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mosquitto_ynh.git synced 2024-09-03 19:45:54 +02:00

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

This commit is contained in:
Yunohost-Bot 2022-08-08 10:34:28 +02:00 committed by Alexandre Aubin
parent e140eb4c31
commit 82ae29b99f

View file

@ -14,7 +14,8 @@
"demo": "https://test.mosquitto.org", "demo": "https://test.mosquitto.org",
"admindoc": "https://mosquitto.org/documentation/", "admindoc": "https://mosquitto.org/documentation/",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps",
"code": "https://github.com/eclipse/mosquitto" "code": "https://github.com/eclipse/mosquitto",
"cpe": "cpe:2.3:a:eclipse:mosquitto"
}, },
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {
@ -28,7 +29,7 @@
"services": [], "services": [],
"arguments": { "arguments": {
"install": [ "install": [
{ {
"name": "username", "name": "username",
"type": "string", "type": "string",
"ask": { "ask": {
@ -49,4 +50,4 @@
} }
] ]
} }
} }