From fc0d17caf15d2b88776fa27c36d5ba86555e407c Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 6 Sep 2016 11:53:41 +0300 Subject: iwin: use new server address to fix forecast --- libmateweather/weather-iwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmateweather') diff --git a/libmateweather/weather-iwin.c b/libmateweather/weather-iwin.c index e098354..e4bc387 100644 --- a/libmateweather/weather-iwin.c +++ b/libmateweather/weather-iwin.c @@ -462,7 +462,7 @@ iwin_start_open (WeatherInfo *info) zone = g_ascii_strdown (loc->zone, -1); state = g_strndup (zone, 2); - url = g_strdup_printf ("http://weather.noaa.gov/pub/data/forecasts/zone/%s/%s.txt", state, zone); + url = g_strdup_printf ("http://tgftp.nws.noaa.gov/data/forecasts/zone/%s/%s.txt", state, zone); g_free (zone); g_free (state); -- cgit v1.2.1