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

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

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
yalh76 2022-10-02 22:24:47 +02:00 committed by GitHub
commit c17a0bf753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@
"website": "http://freshrss.org/",
"demo": "https://demo.freshrss.org",
"admindoc": "https://freshrss.github.io/FreshRSS/",
"code": "https://github.com/FreshRSS/FreshRSS"
"code": "https://github.com/FreshRSS/FreshRSS",
"cpe": "cpe:2.3:a:freshrss:freshrss"
},
"license": "AGPL-3.0-only",
"maintainer": {
@ -58,9 +59,24 @@
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["cz", "de", "en", "es", "fr", "he", "it", "kr", "nl", "oc", "pt", "ru", "tr", "zh-cn"],
"choices": [
"cz",
"de",
"en",
"es",
"fr",
"he",
"it",
"kr",
"nl",
"oc",
"pt",
"ru",
"tr",
"zh-cn"
],
"default": "fr"
}
]
}
}
}