extensions-app: Use apps.gnome.org as website

apps.gnome.org provides a more user-friendly overview of
the Extensions app than linking to the source code.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2373>
This commit is contained in:
Christopher Davis 2022-07-13 17:10:25 -04:00
parent f7b817a6a0
commit 9d47062c32

View File

@ -216,7 +216,7 @@ var ExtensionsWindow = GObject.registerClass({
application_icon: Package.name,
version: Package.version,
developer_name: _('The GNOME Project'),
website: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app',
website: 'https://apps.gnome.org/app/org.gnome.Extensions/',
issue_url: 'https://gitlab.gnome.org/GNOME/gnome-shell/issues/new',
transient_for: this,