Blame SOURCES/0002-yrno-Link-to-met.no-using-HTTPS.patch

7f8f23
From 3f2f1fd8ee361798dbe4e677978a40b748749b1d Mon Sep 17 00:00:00 2001
7f8f23
From: Bastien Nocera <hadess@hadess.net>
7f8f23
Date: Mon, 26 Aug 2019 15:01:05 +0300
7f8f23
Subject: [PATCH 2/7] yrno: Link to met.no using HTTPS
7f8f23
7f8f23
---
7f8f23
 libgweather/weather-yrno.c | 2 +-
7f8f23
 1 file changed, 1 insertion(+), 1 deletion(-)
7f8f23
7f8f23
diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
7f8f23
index 39803b4e..d01075bf 100644
7f8f23
--- a/libgweather/weather-yrno.c
7f8f23
+++ b/libgweather/weather-yrno.c
7f8f23
@@ -504,7 +504,7 @@ parse_forecast_xml_new (GWeatherInfo    *master_info,
7f8f23
 
7f8f23
        That's very nice of them!
7f8f23
     */
7f8f23
-    priv->forecast_attribution = g_strdup(_("Weather data from the Norwegian Meteorological Institute"));
7f8f23
+    priv->forecast_attribution = g_strdup(_("Weather data from the Norwegian Meteorological Institute"));
7f8f23
 
7f8f23
  out:
7f8f23
     xmlXPathFreeContext (xpath_ctx);
7f8f23
-- 
7f8f23
2.30.2
7f8f23