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

Fix linter warnings

This commit is contained in:
ericgaspar 2021-09-21 19:49:13 +02:00
parent 25bd43e0e0
commit bcdb32a6ea
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -11,9 +11,8 @@
"upstream": {
"license": "GPL-3.0",
"website": "https://adguard.com/adguard-home.html",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"admindoc": "https://github.com/AdguardTeam/AdGuardHome/wiki",
"userdoc": "https://kb.adguard.com/en",
"code": "https://github.com/AdguardTeam/AdGuardHome"
},
"license": "GPL-3.0",
@ -31,8 +30,7 @@
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "is_public",
@ -41,13 +39,11 @@
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
"type": "password"
}
]
}