[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 01/03: s/http/https

noreply at xfce.org noreply at xfce.org
Sun Oct 20 00:08:32 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-wavelan-plugin.

commit 2588f3d62f83e65a97188471d707edfbc8767a10
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Oct 19 19:07:55 2019 -0300

    s/http/https
---
 autogen.sh             | 2 +-
 panel-plugin/wavelan.c | 2 +-
 panel-plugin/wi_bsd.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 735c746..a9af7a5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ export XDT_AUTOGEN_REQUIRED_VERSION="4.9.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/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index e5080a7..cff647d 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -652,7 +652,7 @@ wavelan_show_about (XfcePanelPlugin *plugin, t_wavelan *wavelan)
       "version", PACKAGE_VERSION,
       "program-name", PACKAGE_NAME,
       "comments", _("View the status of a wireless network"),
-      "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin",
+      "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin",
       "copyright", "Copyright (c) 2003-2004 Benedikt Meurer\n",
       "authors", auth, NULL);
 
diff --git a/panel-plugin/wi_bsd.c b/panel-plugin/wi_bsd.c
index 921ef04..d3d77a4 100644
--- a/panel-plugin/wi_bsd.c
+++ b/panel-plugin/wi_bsd.c
@@ -250,7 +250,7 @@ _wi_quality(const struct wi_device *device, int *quality)
   if (nr.nr_max_rssi)
     *quality = IEEE80211_NODEREQ_RSSI(&nr); /* value in percentage */
   /* nr_rssi is in dBm, convert to % via
-   http://stackoverflow.com/questions/15797920/how-to-convert-wifi-signal-strength-from-quality-percent-to-rssi-dbm
+   https://stackoverflow.com/questions/15797920/how-to-convert-wifi-signal-strength-from-quality-percent-to-rssi-dbm
   */
   else if (nr.nr_rssi <= -100)
     *quality = 0;

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


More information about the Xfce4-commits mailing list