1
0
Fork 0
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:
Alexandre Aubin 2023-07-09 18:59:36 +02:00 committed by GitHub
parent 96ce4ec0cb
commit 033a3f5ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Biboumi for YunoHost # Biboumi for YunoHost
[![Integration level](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Working status](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Working status](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg)
[![Install Biboumi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi) [![Install Biboumi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi)
*[Lire ce readme en français.](./README_fr.md)* *[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 XMPP gateway for the IRC network
**Shipped version:** 8.3~ynh1 **Shipped version:** 8.3~ynh2
## Disclaimers / important information ## 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. 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.

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Biboumi pour YunoHost # Biboumi pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg)
[![Installer Biboumi avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi) [![Installer Biboumi avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
@ -17,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Passerelle XMPP pour le réseau IRC Passerelle XMPP pour le réseau IRC
**Version incluse :** 8.3~ynh1 **Version incluse :** 8.3~ynh2
## Avertissements / informations importantes ## 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. 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.

View file

@ -6,7 +6,7 @@
"en": "XMPP gateway for the IRC network", "en": "XMPP gateway for the IRC network",
"fr": "Passerelle XMPP pour le réseau IRC" "fr": "Passerelle XMPP pour le réseau IRC"
}, },
"version": "8.3~ynh1", "version": "8.3~ynh2",
"url": "https://biboumi.louiz.org/", "url": "https://biboumi.louiz.org/",
"upstream": { "upstream": {
"license": "Zlib", "license": "Zlib",

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="biboumi" pkg_dependencies="metronome biboumi"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS