mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Merge pull request #18 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
3a1e54001a
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,8 @@
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"website": "https://kodi.tv",
|
"website": "https://kodi.tv",
|
||||||
"admindoc": "https://kodi.wiki/view/Main_Page",
|
"admindoc": "https://kodi.wiki/view/Main_Page",
|
||||||
"code": "https://github.com/xbmc"
|
"code": "https://github.com/xbmc",
|
||||||
|
"cpe": "cpe:2.3:a:kodi:kodi"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
|
Loading…
Reference in a new issue