mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Fix linter warning
This commit is contained in:
parent
612a13e21b
commit
6b83578a15
1 changed files with 3 additions and 6 deletions
|
@ -11,8 +11,7 @@
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"website": "https://collaboraoffice.com",
|
"website": "https://collaboraoffice.com",
|
||||||
"admindoc": "https://www.collaboraoffice.com/code/",
|
"admindoc": "https://www.collaboraoffice.com/code/"
|
||||||
"userdoc": "https://yunohost.org/#/app_collabora"
|
|
||||||
},
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -30,13 +29,11 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password"
|
||||||
"example": "password"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nextcloud_domain",
|
"name": "nextcloud_domain",
|
||||||
|
|
Loading…
Reference in a new issue