1
0
Fork 0
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:
Yunohost-Bot 2022-08-07 19:46:36 +02:00 committed by Alexandre Aubin
parent 4586e00bbf
commit 98ca494747

View file

@ -14,7 +14,8 @@
"demo": "https://www.abantecart.com/shopping-cart-demo",
"admindoc": "https://docs.abantecart.com/",
"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",
"maintainer": {
@ -31,7 +32,7 @@
"mysql"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -55,4 +56,4 @@
}
]
}
}
}