1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/automad_ynh.git synced 2024-09-03 18:06:04 +02:00

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

This commit is contained in:
Yunohost-Bot 2022-08-07 19:53:20 +02:00 committed by Alexandre Aubin
parent 58d2d77a34
commit 19b5e1169d

View file

@ -14,7 +14,8 @@
"demo": "https://demo.example.com",
"admindoc": "https://automad.org/getting-started",
"userdoc": "https://automad.org/user-guide",
"code": "https://github.com/marcantondahmen/automad"
"code": "https://github.com/marcantondahmen/automad",
"cpe": "cpe:2.3:a:automad:automad"
},
"license": "MIT",
"maintainer": {
@ -30,7 +31,7 @@
"php8.0-fpm"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -48,4 +49,4 @@
}
]
}
}
}