mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Merge pull request #87 from YunoHost-Apps/testing
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
commit
36639c778e
3 changed files with 8 additions and 5 deletions
|
@ -20,6 +20,7 @@ Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Vi
|
|||
|
||||
**Shipped version:** 1.0.6155~ynh2
|
||||
|
||||
|
||||
**Demo:** https://meet.jit.si/
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives.
|
||||
|
||||
|
||||
**Version incluse :** 1.0.6155~ynh2
|
||||
**Version incluse :** 1.0.6155~ynh2
|
||||
|
||||
|
||||
**Démo :** https://meet.jit.si/
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"website": "https://jitsi.org/",
|
||||
"demo": "https://meet.jit.si/",
|
||||
"userdoc": "https://jitsi.org/user-faq/",
|
||||
"code": "https://github.com/jitsi/jitsi-meet"
|
||||
"code": "https://github.com/jitsi/jitsi-meet",
|
||||
"cpe": "cpe:2.3:a:jitsi:jitsi"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
@ -21,8 +22,8 @@
|
|||
},
|
||||
"previous_maintainers": [
|
||||
{
|
||||
"name": "ju",
|
||||
"email": "julien.malik@paraiso.me"
|
||||
"name": "ju",
|
||||
"email": "julien.malik@paraiso.me"
|
||||
}
|
||||
],
|
||||
"requirements": {
|
||||
|
@ -40,4 +41,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue