summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 12:45:31 +0100
committerraveit65 <[email protected]>2021-02-05 13:59:47 +0100
commite27dbb3b7971c77c178e0e6d523aa9f09b98b41e (patch)
tree0072c5621cefa67ee64c6dfbd3bc8d62ecf6a99c /src
parent0f0aa4b521d034d4f8258c3857c732037f98165a (diff)
downloadmate-terminal-e27dbb3b7971c77c178e0e6d523aa9f09b98b41e.tar.bz2
mate-terminal-e27dbb3b7971c77c178e0e6d523aa9f09b98b41e.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'src')
-rw-r--r--src/terminal-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c
index 9ca8cd6..dc7a495 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -4448,7 +4448,7 @@ help_about_callback (GtkAction *action,
"wrap-license", TRUE,
"translator-credits", _("translator-credits"),
"logo-icon-name", MATE_TERMINAL_ICON_NAME,
- "website", "https://mate-desktop.org",
+ "website", PACKAGE_URL,
NULL);
g_free (comments);