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:
parent
58d2d77a34
commit
19b5e1169d
1 changed files with 4 additions and 3 deletions
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue