Skip to content

Commit

Permalink
Fix Package template still linking to Flyspray instead of GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Jan 1, 2025
1 parent a18d5c9 commit 8584e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracker/templates/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ <h1>{{ package.pkgname }}</h1>
{%- else -%}
<a href="https://www.archlinux.org/packages/?name={{ package.pkgname|urlencode }}">package</a> |
{%- endif %}
<a href="https://bugs.archlinux.org/?project=0&order=id&sort=desc&string={{ package.pkgname|urlencode }}">bugs open</a> |
<a href="https://bugs.archlinux.org/?project=0&order=id&sort=desc&status%5B%5D=closed&string={{ package.pkgname|urlencode }}">bugs closed</a> |
<a href="https://gitlab.archlinux.org/archlinux/packaging/packages/{{ package.pkgname|urlencode }}-/issues">bugs open</a> |
<a href="https://gitlab.archlinux.org/archlinux/packaging/packages/{{ package.pkgname|urlencode }}/-/issues/?state=closed">bugs closed</a> |
<a href="https://wiki.archlinux.org/index.php/Special:Search?search=%22{{ package.pkgname|urlencode }}%22">Wiki</a> |
<a href="https://github.com/search?type=Repositories&q=%22{{ package.pkgname|urlencode }}%22">GitHub</a> |
<a href="https://www.google.net/search?gws_rd=cr&q=%22{{ package.pkgname|urlencode }}%22">web search</a>
Expand Down

0 comments on commit 8584e98

Please sign in to comment.