Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazaar.doap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
applications and addons from Flatpak remotes, particularly Flathub.
</description>

<homepage rdf:resource="https://github.com/bazaar-org/bazaar" />
<homepage rdf:resource="https://usebazaar.org" />
<download-page rdf:resource="https://github.com/bazaar-org/bazaar/releases" />
<bug-database rdf:resource="https://github.com/bazaar-org/bazaar/issues" />

Expand Down
2 changes: 1 addition & 1 deletion src/bz-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Loading