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:
parent
e140eb4c31
commit
82ae29b99f
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
|||
"demo": "https://test.mosquitto.org",
|
||||
"admindoc": "https://mosquitto.org/documentation/",
|
||||
"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",
|
||||
"maintainer": {
|
||||
|
@ -28,7 +29,7 @@
|
|||
"services": [],
|
||||
"arguments": {
|
||||
"install": [
|
||||
{
|
||||
{
|
||||
"name": "username",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
|
@ -49,4 +50,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue