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

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