diff --git a/manifest.json b/manifest.json index 9f2fc2d..c44ff5b 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] } -} +} \ No newline at end of file