blob: da2f2d59526f7050262e31846651502ec50b642e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/System/Taffybar/Weather.hs
+++ b/src/System/Taffybar/Weather.hs
@@ -249,7 +249,7 @@
-- | The NOAA URL to get data from
baseUrl :: String
-baseUrl = "http://weather.noaa.gov/pub/data/observations/metar/decoded"
+baseUrl = "http://tgftp.nws.noaa.gov/data/observations/metar/decoded"
-- | A wrapper to allow users to specify a custom weather formatter.
-- The default interpolates variables into a string as described
|