[libgweather/wip/hadess/fix-iwin-queries: 4/6] owm: Use HTTPS for query
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/wip/hadess/fix-iwin-queries: 4/6] owm: Use HTTPS for query
- Date: Mon, 26 Aug 2019 12:06:16 +0000 (UTC)
commit 283d10734e46c9d56440487b18aed476f1aa1375
Author: Bastien Nocera <hadess hadess net>
Date: Mon Aug 26 15:00:35 2019 +0300
owm: Use HTTPS for query
libgweather/weather-owm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/weather-owm.c b/libgweather/weather-owm.c
index 2fdd32f..063d5df 100644
--- a/libgweather/weather-owm.c
+++ b/libgweather/weather-owm.c
@@ -380,7 +380,7 @@ parse_forecast_xml (GWeatherInfo *master_info,
if (!xpath_result || xpath_result->type != XPATH_NODESET)
goto out;
- priv->forecast_attribution = g_strdup(_("Weather data from the <a
href=\"http://openweathermap.org\">Open Weather Map project</a>"));
+ priv->forecast_attribution = g_strdup(_("Weather data from the <a
href=\"https://openweathermap.org\">Open Weather Map project</a>"));
out:
if (xpath_result)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]