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:
parent
7570b11b22
commit
9dcde98be3
1 changed files with 30 additions and 27 deletions
|
@ -10,17 +10,20 @@
|
||||||
"url": "http://minidlna.sourceforge.net/",
|
"url": "http://minidlna.sourceforge.net/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"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",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"previous_maintainers": [{
|
"previous_maintainers": [
|
||||||
|
{
|
||||||
"name": "Maniack Crudelis",
|
"name": "Maniack Crudelis",
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue