mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
4586e00bbf
commit
98ca494747
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
"demo": "https://www.abantecart.com/shopping-cart-demo",
|
"demo": "https://www.abantecart.com/shopping-cart-demo",
|
||||||
"admindoc": "https://docs.abantecart.com/",
|
"admindoc": "https://docs.abantecart.com/",
|
||||||
"userdoc": "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3506313",
|
"userdoc": "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3506313",
|
||||||
"code": "https://github.com/abantecart/abantecart-src"
|
"code": "https://github.com/abantecart/abantecart-src",
|
||||||
|
"cpe": "cpe:2.3:a:abantecart:abantecart"
|
||||||
},
|
},
|
||||||
"license": "OSL-3.0",
|
"license": "OSL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -55,4 +56,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue