mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add link to the package repo
This commit is contained in:
parent
e9a6a5d34c
commit
86002daa29
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue