[Xfce4-commits] [panel-plugins/xfce4-indicator-plugin] 01/02: s/http/https

noreply at xfce.org noreply at xfce.org
Sun Oct 20 00:55:55 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-indicator-plugin.

commit 2a4a48521c365f6f9b49990d65681f07de42bbc1
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Oct 19 19:55:31 2019 -0300

    s/http/https
---
 autogen.sh                      | 2 +-
 configure.ac.in                 | 2 +-
 panel-plugin/indicator-dialog.c | 2 +-
 panel-plugin/indicator.c        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 04afe68..499ecd2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,7 @@
 autogen.sh: You don't seem to have the Xfce development tools installed on
             your system, which are required to build this software.
             Please install the xfce4-dev-tools package first, it is available
-            from http://www.xfce.org/.
+            from https://www.xfce.org/.
 EOF
   exit 1
 }
diff --git a/configure.ac.in b/configure.ac.in
index e0c07c3..fb019f8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,7 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2007
         The Xfce development team. All rights reserved.])
-AC_INIT([xfce4-indicator-plugin], [indicator_version], [http://bugzilla.xfce.org/], [xfce4-indicator-plugin])
+AC_INIT([xfce4-indicator-plugin], [indicator_version], [https://bugzilla.xfce.org/], [xfce4-indicator-plugin])
 AC_PREREQ([2.50])
 AC_CONFIG_HEADERS([config.h])
 AC_CANONICAL_TARGET()
diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index 3d405be..51728d2 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -41,7 +41,7 @@
 #include "indicator-dialog.h"
 #include "indicator-dialog_ui.h"
 
-#define PLUGIN_WEBSITE  "http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
+#define PLUGIN_WEBSITE  "https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
 
 #ifdef LIBXFCE4UI_CHECK_VERSION
 #if LIBXFCE4UI_CHECK_VERSION (4,9,0)
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 7bb6f75..42701d5 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -179,7 +179,7 @@ indicator_show_about (XfcePanelPlugin *plugin)
                          "version", PACKAGE_VERSION,
                          "program-name", PACKAGE_NAME,
                          "comments", _("Provides a panel area for Unity indicators. Indicators allow applications and system services to display their status and interact with the user."),
-                         "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin",
+                         "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin",
                          "copyright", _("Copyright (c) 2009-2013\n"),
                          "authors", auth, NULL);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list