summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmateweather/weather-metar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/weather-metar.c b/libmateweather/weather-metar.c
index 6dfcf9c..da71db5 100644
--- a/libmateweather/weather-metar.c
+++ b/libmateweather/weather-metar.c
@@ -550,7 +550,7 @@ metar_start_open (WeatherInfo *info)
}
msg = soup_form_request_new (
- "GET", "http://weather.noaa.gov/cgi-bin/mgetmetar.pl",
+ "GET", "http://weather.noaa.gov/mgetmetar.php",
"cccc", loc->code,
NULL);
soup_session_queue_message (info->session, msg, metar_finish, info);