mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
Testing / add metronome explicitly in dependencies (#21)
* Update manifest.json * Auto-update README * Update manifest.json * Add metronome explicitly as dependency * Auto-update README * Auto-update README * Update manifest.json * Auto-update README --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
96ce4ec0cb
commit
033a3f5ff1
4 changed files with 8 additions and 6 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Biboumi for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=biboumi)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
XMPP gateway for the IRC network
|
||||
|
||||
**Shipped version:** 8.3~ynh1
|
||||
**Shipped version:** 8.3~ynh2
|
||||
## Disclaimers / important information
|
||||
|
||||
Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
|
||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Biboumi pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
[](https://dash.yunohost.org/appci/app/biboumi)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=biboumi)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
@ -17,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Passerelle XMPP pour le réseau IRC
|
||||
|
||||
**Version incluse :** 8.3~ynh1
|
||||
**Version incluse :** 8.3~ynh2
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "XMPP gateway for the IRC network",
|
||||
"fr": "Passerelle XMPP pour le réseau IRC"
|
||||
},
|
||||
"version": "8.3~ynh1",
|
||||
"version": "8.3~ynh2",
|
||||
"url": "https://biboumi.louiz.org/",
|
||||
"upstream": {
|
||||
"license": "Zlib",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="biboumi"
|
||||
pkg_dependencies="metronome biboumi"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue