1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpservermon_ynh.git synced 2024-09-03 19:56:40 +02:00

Merge pull request #13 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-08-16 07:44:28 +02:00 committed by GitHub
commit 4b13948467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"website": "www.phpservermonitor.org", "website": "www.phpservermonitor.org",
"admindoc": "http://docs.phpservermonitor.org/en/latest/", "admindoc": "http://docs.phpservermonitor.org/en/latest/",
"code": "https://github.com/phpservermon/phpservermon/" "userdoc": "https://yunohost.org/apps",
"code": "https://github.com/phpservermon/phpservermon/",
"cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor"
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {
@ -30,7 +32,7 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -50,7 +52,6 @@
}, },
"default": true "default": true
} }
] ]
} }
} }