Add link to the package repo

This commit is contained in:
Tagada 2023-09-28 16:56:42 +02:00
parent e9a6a5d34c
commit 86002daa29

View file

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