[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/01: Use https where possible

noreply at xfce.org noreply at xfce.org
Tue Jul 16 17:27:35 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-battery-plugin.

commit 34be31d7d0590041dde5dbf25fc8b89f4160a230
Author: Andre Miranda <andreldm at xfce.org>
Date:   Tue Jul 16 12:27:18 2019 -0300

    Use https where possible
---
 autogen.sh             | 2 +-
 configure.ac.in        | 2 +-
 panel-plugin/battery.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 524cc63..e1626e2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,7 @@ export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
 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, available from
-            http://xfce.org/~benny/projects/xfce4-dev-tools/.
+            https://xfce.org/~benny/projects/xfce4-dev-tools/.
 EOF
   exit 1
 }
diff --git a/configure.ac.in b/configure.ac.in
index 7a74962..55c7d55 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,7 +21,7 @@ dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2019 The Xfce development team. All rights reserved.])
-AC_INIT([xfce4-battery-plugin], [battery_version], [http://bugzilla.xfce.org/], [xfce4-battery-plugin])
+AC_INIT([xfce4-battery-plugin], [battery_version], [https://bugzilla.xfce.org/], [xfce4-battery-plugin])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
 
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index a0c33f7..9352598 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -1397,7 +1397,7 @@ battmon_show_about(XfcePanelPlugin *plugin, t_battmon *battmon)
         "version", PACKAGE_VERSION,
         "program-name", PACKAGE_NAME,
         "comments", _("Show and monitor the battery status"),
-        "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin",
+        "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin",
         "copyright", _("Copyright (c) 2003-2019\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