summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-07 11:48:10 +0200
committermonsta <[email protected]>2020-02-17 12:56:57 +0300
commit160eecf390ec8b656d7b66d62d0c1001f1ee4e5e (patch)
tree38400ab1ac6e70a5177f79ec9430ff86b913cedd
parent1c44c9a038f8e3b063c09660ea3e698fff652a12 (diff)
downloadengrampa-160eecf390ec8b656d7b66d62d0c1001f1ee4e5e.tar.bz2
engrampa-160eecf390ec8b656d7b66d62d0c1001f1ee4e5e.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 118818c..0d3bdba 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.22.3], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.22.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 1b99dc6..c181d3f 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);