summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-09-06 11:53:41 +0300
committerMartin Wimpress <[email protected]>2016-09-08 13:07:13 +0100
commit6b9e1f8f21d53f66435ca56717ad7145e4fdc803 (patch)
tree5f58827bd00e52a2a3a918cc8e63633f47c8c387
parent4db7bd92cdbe30711da2e443a8679e37c592d744 (diff)
downloadlibmateweather-6b9e1f8f21d53f66435ca56717ad7145e4fdc803.tar.bz2
libmateweather-6b9e1f8f21d53f66435ca56717ad7145e4fdc803.tar.xz
iwin: use new server address to fix forecast
-rw-r--r--libmateweather/weather-iwin.c2
1 files changed, 1 insertions, 1 deletions
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);