extensions-app: Link to GitLab Issues instead of New Issue URL

When not logged in, the New Issue URL only redirects to an unhelpful
login page while the Issues page allows you to search for existing
issues and still offers a "New Issue" button.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3377>
This commit is contained in:
Balló György 2024-06-20 12:59:34 +00:00 committed by Marge Bot
parent a93cfb94e4
commit 5a99ba1a06

View File

@ -9,7 +9,7 @@
<project_license>GPL-2.0-or-later</project_license>
<url type="homepage">https://apps.gnome.org/Extensions/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-shell/issues/new</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-shell/issues</url>
<url type="donation">https://www.gnome.org/donate/</url>
<url type="translate">https://l10n.gnome.org/module/gnome-shell/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app</url>