summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-07 11:48:10 +0200
committerraveit65 <[email protected]>2020-02-07 11:36:33 +0100
commitb6fb2ef7ec53f8e5234e2e5e1a864300c16e704c (patch)
tree5c148c8aa3020eb731431fc976986c41cdd2f811
parentc6133891168a3d7219a94676effcba4d29e80277 (diff)
downloadengrampa-b6fb2ef7ec53f8e5234e2e5e1a864300c16e704c.tar.bz2
engrampa-b6fb2ef7ec53f8e5234e2e5e1a864300c16e704c.tar.xz
Fix mate-desktop URL
-rw-r--r--configure.ac2
-rw-r--r--src/actions.c2
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);