mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
commit
485eaed838
4 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d
|
||||||
- Ephemeral
|
- Ephemeral
|
||||||
- Decentralized
|
- Decentralized
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh9
|
**Shipped version:** 1.0~ynh10
|
||||||
|
|
||||||
**Demo:** https://chitchatter.im/
|
**Demo:** https://chitchatter.im/
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d
|
||||||
|
|
||||||
* Official app website: <https://chitchatter.im/>
|
* Official app website: <https://chitchatter.im/>
|
||||||
* Upstream app code repository: <https://github.com/jeremyckahn/chitchatter>
|
* Upstream app code repository: <https://github.com/jeremyckahn/chitchatter>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_chitchatter>
|
* YunoHost Store: <https://apps.yunohost.org/app/chitchatter>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/chitchatter_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/chitchatter_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe
|
||||||
- Éphémère
|
- Éphémère
|
||||||
- Décentralisé
|
- Décentralisé
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh9
|
**Version incluse :** 1.0~ynh10
|
||||||
|
|
||||||
**Démo :** https://chitchatter.im/
|
**Démo :** https://chitchatter.im/
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe
|
||||||
|
|
||||||
* Site officiel de l’app : <https://chitchatter.im/>
|
* Site officiel de l’app : <https://chitchatter.im/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/jeremyckahn/chitchatter>
|
* Dépôt de code officiel de l’app : <https://github.com/jeremyckahn/chitchatter>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_chitchatter>
|
* YunoHost Store: <https://apps.yunohost.org/app/chitchatter>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/chitchatter_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/chitchatter_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
@ -54,4 +54,4 @@ ou
|
||||||
sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug
|
sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Chitchatter"
|
||||||
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
||||||
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
||||||
|
|
||||||
version = "1.0~ynh9"
|
version = "1.0~ynh10"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# nodejs version
|
# nodejs version
|
||||||
nodejs_version=18
|
nodejs_version=18
|
||||||
version_commit=3fe80f58fd7aa55dd299af2864060445e963e415
|
version_commit=d546fef71ce95b561017bad466ee0294987a5383
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue