mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
commit
f10a30513e
5 changed files with 4 additions and 4 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -69,7 +69,7 @@ for asset_url in ${assets[@]}; do
|
||||||
src="arm64"
|
src="arm64"
|
||||||
;;
|
;;
|
||||||
*"arm"*)
|
*"arm"*)
|
||||||
src="arm"
|
src="armhf"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
src=""
|
src=""
|
||||||
|
|
|
@ -23,7 +23,7 @@ A decentralized and federated platform to organize events
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.1.0.1~ynh2
|
**Shipped version:** 2.1.0.1~ynh3
|
||||||
|
|
||||||
**Demo:** https://demo.mobilizon.org
|
**Demo:** https://demo.mobilizon.org
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ A decentralized and federated platform to organize events
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.1.0.1~ynh2
|
**Version incluse :** 2.1.0.1~ynh3
|
||||||
|
|
||||||
**Démo :** https://demo.mobilizon.org
|
**Démo :** https://demo.mobilizon.org
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A decentralized and federated platform to organize events",
|
"en": "A decentralized and federated platform to organize events",
|
||||||
"fr": "Une plateforme décentralisée et fédérée pour organiser des événements"
|
"fr": "Une plateforme décentralisée et fédérée pour organiser des événements"
|
||||||
},
|
},
|
||||||
"version": "2.1.0.1~ynh2",
|
"version": "2.1.0.1~ynh3",
|
||||||
"url": "https://joinmobilizon.org/",
|
"url": "https://joinmobilizon.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
Loading…
Add table
Reference in a new issue