[libgweather/wip/hadess/fix-iwin-queries: 2/3] yrno: Link to met.no using HTTPS



commit b97c7f1135fdbdb344067783848b252d0f4095e3
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Aug 26 15:01:05 2019 +0300

    yrno: Link to met.no using HTTPS

 libgweather/weather-yrno.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
index b86866b..ace74e9 100644
--- a/libgweather/weather-yrno.c
+++ b/libgweather/weather-yrno.c
@@ -376,7 +376,7 @@ parse_forecast_xml_new (GWeatherInfo    *master_info,
 
        That's very nice of them!
     */
-    priv->forecast_attribution = g_strdup(_("Weather data from the <a href=\"http://www.met.no/\";>Norwegian 
Meteorological Institute</a>"));
+    priv->forecast_attribution = g_strdup(_("Weather data from the <a href=\"https://www.met.no/\";>Norwegian 
Meteorological Institute</a>"));
 
  out:
     xmlXPathFreeContext (xpath_ctx);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]