1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Merge branch 'testing' into Update-upstream-version-0.9.6.1

This commit is contained in:
Éric Gaspar 2022-09-25 19:42:43 +02:00 committed by GitHub
commit 2a35894c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -20,6 +20,7 @@ Galette is a membership management web application towards non profit organizati
**Shipped version:** 0.9.6.1~ynh1 **Shipped version:** 0.9.6.1~ynh1
**Demo:** https://demo.galette.eu/login **Demo:** https://demo.galette.eu/login
## Screenshots ## Screenshots

View file

@ -13,7 +13,8 @@
"website": "https://www.galette.eu", "website": "https://www.galette.eu",
"demo": "https://demo.galette.eu/login", "demo": "https://demo.galette.eu/login",
"admindoc": "https://doc.galette.eu/fr/master/", "admindoc": "https://doc.galette.eu/fr/master/",
"code": "https://github.com/galette/galette" "code": "https://github.com/galette/galette",
"cpe": "cpe:2.3:a:galette:galette"
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {
@ -63,9 +64,12 @@
"ask": { "ask": {
"en": "Choose SQL databe you want" "en": "Choose SQL databe you want"
}, },
"choices": ["pgsql", "mysql"], "choices": [
"pgsql",
"mysql"
],
"default": "pgsql" "default": "pgsql"
} }
] ]
} }
} }