1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

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

This commit is contained in:
Yunohost-Bot 2022-08-07 20:12:16 +02:00 committed by Alexandre Aubin
parent b9dc626390
commit fbaba08bf4

View file

@ -14,7 +14,8 @@
"demo": "https://dir.friendica.social/servers",
"admindoc": "https://github.com/friendica/friendica/wiki",
"userdoc": "https://wiki.friendi.ca/",
"code": "https://github.com/friendica/friendica"
"code": "https://github.com/friendica/friendica",
"cpe": "cpe:2.3:a:friendica:friendica"
},
"license": "AGPL-3.0-only",
"maintainer": {
@ -51,7 +52,14 @@
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "en", "es", "fr", "it", "pt"],
"choices": [
"de",
"en",
"es",
"fr",
"it",
"pt"
],
"default": "en"
}
]