mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix
This commit is contained in:
parent
0049d5f68e
commit
4faa40f4c4
3 changed files with 2 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Element_ynh"
|
|
||||||
, "files": [ { "git": 1 } ]
|
|
||||||
}
|
|
|
@ -17,6 +17,6 @@
|
||||||
"https://matrix-client.matrix.org": false
|
"https://matrix-client.matrix.org": false
|
||||||
},
|
},
|
||||||
"embedded_pages": {
|
"embedded_pages": {
|
||||||
"login_for_welcome": __LOGIN_FOR_WELCOME__
|
"login_for_welcome": "__LOGIN_FOR_WELCOME__"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ code = "https://github.com/vector-im/element-web/"
|
||||||
cpe = "cpe:2.3:a:matrix:element"
|
cpe = "cpe:2.3:a:matrix:element"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.0"
|
yunohost = ">= 11.1.5"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue