mirror of
https://github.com/YunoHost-Apps/mosquitto_ynh.git
synced 2024-09-03 19:45:54 +02:00
Merge pull request #7 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
3477c75b7c
1 changed files with 4 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue