From 0eb3b8c976dd62bfd85ad8de3fd5e00becf7f0dd Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 14:08:06 +0100 Subject: build: Use PACKAGE_URL variable --- src/callbacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 3afff0a..090f1e5 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -239,7 +239,7 @@ cb_about (GtkAction *action, gpointer data) "translator-credits", _("translator-credits"), "license", license_trans, "wrap-license", TRUE, - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, NULL ); -- cgit v1.2.1