aboutsummaryrefslogtreecommitdiff
path: root/shell/syncmanager.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-11 13:47:31 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-11 13:47:31 +0100
commit4da3f944cf2047a8f74c745d3bb67869ec8d7b84 (patch)
tree4d5989a8803290f4205e0f34b263832b76f174aa /shell/syncmanager.c
parent93215fd0c1bdd618efb92cfdf03b6dc481ceed97 (diff)
FIX Packaging - keep hardinfo package name, fix links
Diffstat (limited to 'shell/syncmanager.c')
-rw-r--r--shell/syncmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c
index 0753e596..0f08cf87 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
@@ -631,7 +631,7 @@ static SyncDialog *sync_dialog_new(GtkWidget *parent)
populate_store(store);
priv_policy_btn = gtk_link_button_new_with_label(
- "https://github.com/hwspeedy/hardinfo2?tab=readme-ov-file#privacy-policy",
+ "https://github.com/hardinfo2/hardinfo2?tab=readme-ov-file#privacy-policy",
_("Privacy Policy"));
gtk_widget_show(priv_policy_btn);
gtk_box_pack_start(GTK_BOX(dialog1_vbox), priv_policy_btn, FALSE, FALSE, 0);