mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
[mod] set myself as maintainer. Add requirement key.
This commit is contained in:
parent
3abafc0f07
commit
6646cfcdaf
2 changed files with 6 additions and 5 deletions
|
@ -5,5 +5,3 @@ It install the Debian package and configures it with given settings.
|
|||
#### Setup
|
||||
|
||||
- [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server)
|
||||
|
||||
email me at matlink@matlink.fr if you need something or to give me feedback about this app.
|
||||
|
|
|
@ -6,11 +6,14 @@
|
|||
"en": "Mumble is a libre, low-latency, high quality voice chat software primarily intended for use while gaming.",
|
||||
"fr": "Mumble est un logiciel libre de voix sur IP (VoIP), son principal usage étant la communication pendant les parties de jeux en réseau."
|
||||
},
|
||||
"url": "http://mumble.info",
|
||||
"url": "https://mumble.info",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "Matlink",
|
||||
"email": "matlink@matlink.fr"
|
||||
"name": "Moul",
|
||||
"email": "moul@moul.re"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue