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

Merge pull request #32 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-09-25 19:41:57 +02:00 committed by GitHub
commit ab81d9e257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}
]
}
}
}