diff --git a/README.md b/README.md index 2759173..16b67e3 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ # Jitsi Meet for YunoHost -## Disclaimer -**Jitsi** for YunoHost for now as some limitations: - * Can only be used using Chrome/Chromium - * Is limited to two participants - -Those limitations come from the packaging of the upstream app. Have to be improved. - [![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.maintain.svg) [![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Jitsi Meet quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server. +If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* + +## Disclaimer + +**Jitsi** for YunoHost for now as some limitations: + * Can only be used using Chrome/Chromium + * Is limited to two participants + +Those limitations come from the packaging of the upstream app. Have to be improved. ## Overview Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences. @@ -57,8 +58,7 @@ How to configure this app: Via the admin panel, a plain file with SSH, or any ot --- -Developer info ----------------- +## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). diff --git a/manifest.json b/manifest.json index 7016f4c..ec90ef3 100644 --- a/manifest.json +++ b/manifest.json @@ -17,12 +17,17 @@ }, "license": "Apache-2.0", "maintainer": { - "name": "yalh76" + "name": "" }, - "previous": { + "previous_maintainers": [ + { + "name": "yalh76" + }, + { "name": "ju", "email": "julien.malik@paraiso.me" - }, + } + ], "requirements": { "yunohost": ">= 4.3.0" },