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", "demo": "https://demo.example.com",
"admindoc": "https://automad.org/getting-started", "admindoc": "https://automad.org/getting-started",
"userdoc": "https://automad.org/user-guide", "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", "license": "MIT",
"maintainer": { "maintainer": {
@ -30,7 +31,7 @@
"php8.0-fpm" "php8.0-fpm"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -48,4 +49,4 @@
} }
] ]
} }
} }