mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Merge pull request #86 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
267ebd0c28
1 changed files with 5 additions and 4 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://jitsi.org/",
|
"website": "https://jitsi.org/",
|
||||||
"demo": "https://meet.jit.si/",
|
"demo": "https://meet.jit.si/",
|
||||||
"userdoc": "https://jitsi.org/user-faq/",
|
"userdoc": "https://jitsi.org/user-faq/",
|
||||||
"code": "https://github.com/jitsi/jitsi-meet"
|
"code": "https://github.com/jitsi/jitsi-meet",
|
||||||
|
"cpe": "cpe:2.3:a:jitsi:jitsi"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -21,8 +22,8 @@
|
||||||
},
|
},
|
||||||
"previous_maintainers": [
|
"previous_maintainers": [
|
||||||
{
|
{
|
||||||
"name": "ju",
|
"name": "ju",
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
@ -40,4 +41,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue