1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minidlna_ynh.git synced 2024-09-03 19:36:34 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-08 01:35:38 +02:00 committed by Alexandre Aubin
parent 7570b11b22
commit 9dcde98be3

View file

@ -10,23 +10,26 @@
"url": "http://minidlna.sourceforge.net/",
"upstream": {
"license": "GPL-2.0",
"website": "http://minidlna.sourceforge.net"
"website": "http://minidlna.sourceforge.net",
"cpe": "cpe:2.3:a:readymedia_project:readymedia"
},
"license": "GPL-2.0",
"maintainer": {
"name": "",
"email": ""
},
"previous_maintainers": [{
"previous_maintainers": [
{
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
}],
}
],
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [],
"arguments": {
"install" : []
"install": []
}
}