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