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

Fix linter

This commit is contained in:
Grena 2023-04-10 18:06:02 +02:00
parent eb74d6d63a
commit bca11839bd

View file

@ -13,7 +13,6 @@
"website": "https://mosquitto.org",
"demo": "https://test.mosquitto.org",
"admindoc": "https://mosquitto.org/documentation/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/eclipse/mosquitto",
"cpe": "cpe:2.3:a:eclipse:mosquitto"
},
@ -32,22 +31,13 @@
{
"name": "username",
"type": "string",
"ask": {
"en": "Set the username for client authentication",
"fr": "Définissez le nom d'utilisateur pour l'authentification du client"
},
"example": "mosquitto",
"default": "mosquitto"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the password for client authentication",
"fr": "Définissez le mot de passe pour l'authentification du client"
},
"example": "Choose a password"
"type": "password"
}
]
}
}
}