Merge pull request #531 from YunoHost/add-link-to-repo

Add link to the package repo
This commit is contained in:
Alexandre Aubin 2023-09-29 14:35:41 +02:00 committed by GitHub
commit c7e6671d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,8 @@ export default {
links: [
['license', `https://spdx.org/licenses/${app.manifest.upstream.license}`],
...['website', 'admindoc', 'userdoc', 'code'].map((key) => ([key, app.manifest.upstream[key]])),
['forum', `https://forum.yunohost.org/tag/${this.id}`]
['package', app.from_catalog.git.url],
['forum', `https://forum.yunohost.org/tag/${app.manifest.id}`]
].filter(([key, val]) => !!val),
doc: {
notifications: {