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

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

This commit is contained in:
Yunohost-Bot 2022-08-07 20:24:45 +02:00 committed by Alexandre Aubin
parent 8812c894a1
commit a4d43889c0

View file

@ -13,7 +13,8 @@
"website": "https://www.kiwix.org/", "website": "https://www.kiwix.org/",
"demo": "http://library.kiwix.org/", "demo": "http://library.kiwix.org/",
"admindoc": "https://wiki.kiwix.org/wiki/Kiwix-serve/", "admindoc": "https://wiki.kiwix.org/wiki/Kiwix-serve/",
"code": "https://github.com/kiwix/kiwix-tools" "code": "https://github.com/kiwix/kiwix-tools",
"cpe": "cpe:2.3:a:kiwix:kiwix"
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {
@ -40,4 +41,4 @@
} }
] ]
} }
} }