From 02d8b97f960d3b84442c23bafca4f518f193427d Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Fri, 5 Aug 2016 15:15:07 +0200
Subject: [PATCH] New weather stats URL (fixes #270)

---
 src/Plugins/Monitors/Weather.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Plugins/Monitors/Weather.hs b/src/Plugins/Monitors/Weather.hs
index 3cfbc74..0cbad4f 100644
--- a/src/Plugins/Monitors/Weather.hs
+++ b/src/Plugins/Monitors/Weather.hs
@@ -168,7 +168,8 @@ parseData =
        return [WI st ss y m d h wc wa wm wk v sk tC tF dC dF rh p]
 
 defUrl :: String
-defUrl = "http://weather.noaa.gov/pub/data/observations/metar/decoded/"
+-- "http://weather.noaa.gov/pub/data/observations/metar/decoded/"
+defUrl = "http://tgftp.nws.noaa.gov/data/observations/metar/decoded/"
 
 stationUrl :: String -> String
 stationUrl station = defUrl ++ station ++ ".TXT"
-- 
2.11.0

