[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 03/08: Use https for geoip.xfce.org
noreply at xfce.org
noreply at xfce.org
Sun Mar 24 18:26:14 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 - 0 . 8
in repository panel-plugins/xfce4-weather-plugin.
commit a0d9b2d7595817dc46895b1feaecb5de27a817ed
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Mar 24 07:30:38 2019 -0400
Use https for geoip.xfce.org
---
panel-plugin/weather-search.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index c6c7bf6..cc61eca 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -423,7 +423,7 @@ void weather_search_by_ip(SoupSession *session,
gpointer user_data)
{
geolocation_data *data;
- const gchar *url = "http://geoip.xfce.org/";
+ const gchar *url = "https://geoip.xfce.org/";
if (!gui_cb)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list