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

andre pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-cpufreq-plugin.

commit 6da9dbb4663c5db345e0ec72fd0258948bf7a4e6
Author: Andre Miranda <[email protected]>
Date:   Sat Oct 19 18:47:33 2019 -0300

    s/http/https
---
 README                              | 6 +++---
 configure.ac.in                     | 2 +-
 panel-plugin/xfce4-cpufreq-plugin.h | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README b/README
index d11137f..9ef2162 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 XFCE4-CPUFREQ-PLUGIN
 ==========================================================================
 You can always find up-to-date information at the plugin homepage:
-http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
+https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
 
 
 CONTENTS
@@ -63,7 +63,7 @@ EASY BUILD INSTRUCTIONS
 If you're interesting in building the plugin yourself, these
 instructions provided here will work for most users. If not, please
 look at the INSTALL file or ask at a forum for your linux distribution
-or try the methods explained on http://www.xfce.org/community. Make
+or try the methods explained on https://www.xfce.org/community. Make
 sure you have installed the needed dependencies (see previous section
 BUILD REQUIREMENTS AND DEPENDENCIES).
 
@@ -82,7 +82,7 @@ GNU automake installed!):
 1a) ./autogen.sh --prefix=/usr
 
 Otherwise, if you've downloaded the tarball from e.g.
-http://archive.xfce.org/, issue the following command:
+https://archive.xfce.org/, issue the following command:
 
 1b) ./configure --prefix=/usr
 
diff --git a/configure.ac.in b/configure.ac.in
index fe2d0c2..ac899a3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -17,7 +17,7 @@ AC_COPYRIGHT([Copyright (c) 2006 Thomas Schreck 
<[email protected]>
               Copyright (c) 2010-2011 Florian Rivoal <[email protected]>
               Copyright (c) 2013-2015 Harald Judt <[email protected]>
               Copyright (c) 2016-2018 Andre Miranda <[email protected]>])
-AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], 
[http://bugzilla.xfce.org], [xfce4-cpufreq-plugin])
+AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], 
[https://bugzilla.xfce.org], [xfce4-cpufreq-plugin])
 AC_PREREQ([2.60])
 
 dnl Initialize automake
diff --git a/panel-plugin/xfce4-cpufreq-plugin.h 
b/panel-plugin/xfce4-cpufreq-plugin.h
index 20fde86..168d872 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.h
+++ b/panel-plugin/xfce4-cpufreq-plugin.h
@@ -25,7 +25,7 @@
 #include <gtk/gtk.h>
 #include <libxfce4panel/libxfce4panel.h>
 
-#define PLUGIN_WEBSITE 
("http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";)
+#define PLUGIN_WEBSITE 
("https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";)
 
 #define CPU_MIN (cpuFreq->cpus->len + 0)
 #define CPU_AVG (cpuFreq->cpus->len + 1)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to