From 0f000d78055fd5014452e9dd3f85bbf849a0b20e Mon Sep 17 00:00:00 2001 From: Jill Fiore Date: Wed, 20 May 2026 21:25:13 +0700 Subject: [PATCH] chore: actually link to a new website --- bazaar.doap | 2 +- src/bz-application.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar.doap b/bazaar.doap index 774ed0e8..0490f342 100644 --- a/bazaar.doap +++ b/bazaar.doap @@ -12,7 +12,7 @@ applications and addons from Flatpak remotes, particularly Flathub. - + diff --git a/src/bz-application.c b/src/bz-application.c index 76453b58..f461641e 100644 --- a/src/bz-application.c +++ b/src/bz-application.c @@ -763,7 +763,7 @@ bz_application_about_action (GSimpleAction *action, "version", PACKAGE_VCS_VERSION, "copyright", "© 2025-2026 The Bazaar Contributors", "license-type", GTK_LICENSE_GPL_3_0, - "website", "https://github.com/bazaar-org/bazaar", + "website", "https://usebazaar.org", "issue-url", "https://github.com/bazaar-org/bazaar/issues", NULL);