diff options
author | Laurent Napias <[email protected]> | 2019-06-09 22:51:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 17:03:31 +0200 |
commit | 04e5a14b353e2ed0d518a72b37b10fa9d11381d4 (patch) | |
tree | b291a7e0a5909a5cc37195a88d778df592af00d9 /src | |
parent | 045cda7ac4804eceda33beb8f9342c21054bd422 (diff) | |
download | mate-terminal-04e5a14b353e2ed0d518a72b37b10fa9d11381d4.tar.bz2 mate-terminal-04e5a14b353e2ed0d518a72b37b10fa9d11381d4.tar.xz |
Change url project's website
Diffstat (limited to 'src')
-rw-r--r-- | src/terminal-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c index 4e268e5..7da5beb 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -4400,7 +4400,7 @@ help_about_callback (GtkAction *action, "wrap-license", TRUE, "translator-credits", _("translator-credits"), "logo-icon-name", MATE_TERMINAL_ICON_NAME, - "website", "http://www.mate-desktop.org", + "website", "https://mate-desktop.org", NULL); g_strfreev (array_strv); |