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

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-07 20:12:18 +02:00 committed by Alexandre Aubin
parent b1ff1f8e6c
commit de96bde96d

View file

@ -13,7 +13,8 @@
"website": "https://www.galette.eu",
"demo": "https://demo.galette.eu/login",
"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",
"maintainer": {
@ -63,9 +64,12 @@
"ask": {
"en": "Choose SQL databe you want"
},
"choices": ["pgsql", "mysql"],
"choices": [
"pgsql",
"mysql"
],
"default": "pgsql"
}
]
}
}
}