summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-09 22:51:45 +0200
committerraveit65 <[email protected]>2019-06-10 17:03:31 +0200
commit04e5a14b353e2ed0d518a72b37b10fa9d11381d4 (patch)
treeb291a7e0a5909a5cc37195a88d778df592af00d9
parent045cda7ac4804eceda33beb8f9342c21054bd422 (diff)
downloadmate-terminal-04e5a14b353e2ed0d518a72b37b10fa9d11381d4.tar.bz2
mate-terminal-04e5a14b353e2ed0d518a72b37b10fa9d11381d4.tar.xz
Change url project's website
-rw-r--r--configure.ac2
-rw-r--r--mate-terminal.appdata.xml.in2
-rw-r--r--src/terminal-window.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d974787..ce8f80e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()
m4_define([gt_api_version],[0])
-AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-terminal])
+AC_INIT([MATE Terminal],[gt_version],[https://mate-desktop.org],[mate-terminal])
AC_CONFIG_SRCDIR([src/terminal.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/mate-terminal.appdata.xml.in b/mate-terminal.appdata.xml.in
index f3c4cff..d523827 100644
--- a/mate-terminal.appdata.xml.in
+++ b/mate-terminal.appdata.xml.in
@@ -37,7 +37,7 @@
</image>
</screenshot>
</screenshots>
- <url type="homepage">http://www.mate-desktop.org</url>
+ <url type="homepage">https://mate-desktop.org</url>
<updatecontact>[email protected]</updatecontact>
<project_group>MATE</project_group>
</component>
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);