diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/actions.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3a15da1..c601ad3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.23.3], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.23.3], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/src/actions.c b/src/actions.c index 60cdab3..0f3cf36 100644 --- a/src/actions.c +++ b/src/actions.c @@ -906,7 +906,7 @@ activate_action_about (GtkAction *action, "logo-icon-name", "engrampa", "license", license_text, "wrap-license", TRUE, - "website", "http://mate-desktop.org", + "website", "https://mate-desktop.org", NULL); g_strfreev (authors); |