From 160eecf390ec8b656d7b66d62d0c1001f1ee4e5e Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 7 Feb 2020 11:48:10 +0200 Subject: Fix mate-desktop URL --- configure.ac | 2 +- src/actions.c | 2 +- 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); -- cgit v1.2.1