From 6ce5ef8960d9e669a7583d215f3b222f7f272aa7 Mon Sep 17 00:00:00 2001
From: keesL <kees@leune.org>
Date: Mon, 8 Aug 2016 09:51:25 -0400
Subject: [PATCH] Updated default URL from which to get metars. NOTE. This also
 updated the protocol from FTP to HTTP
Origin: upstream, https://github.com/keesL/metar/commit/6ce5ef8960d9e669a7583d215f3b222f7f272aa7

---
 src/metar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/metar.h b/src/metar.h
index c55d92d..b2537fc 100644
--- a/src/metar.h
+++ b/src/metar.h
@@ -24,7 +24,7 @@
 #define  METAR_MAXSIZE 512
 
 /* where to fetch reports */
-#define  METARURL "http://weather.noaa.gov/pub/data/observations/metar/stations"
+#define  METARURL "http://tgftp.nws.noaa.gov/data/observations/metar/stations"
 
 /* clouds */
 typedef struct {
