1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Merge pull request #59 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
yalh76 2022-08-15 14:39:56 +02:00 committed by GitHub
commit e8aacd33eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
"upstream": {
"license": "GPL-3.0",
"website": "https://monicahq.com",
"code": "https://github.com/monicahq/monica"
"code": "https://github.com/monicahq/monica",
"cpe": "cpe:2.3:a:monicahq:monica"
},
"license": "GPL-3.0",
"maintainer": {
@ -59,7 +60,19 @@
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["cs","de","en","es","fr","he","it","nl","pt","ru","zh"],
"choices": [
"cs",
"de",
"en",
"es",
"fr",
"he",
"it",
"nl",
"pt",
"ru",
"zh"
],
"default": "en"
},
{
@ -68,4 +81,4 @@
}
]
}
}
}