emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/metar 96e0311365: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/metar 96e0311365: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:07:35 -0500 (EST)

branch: externals/metar
commit 96e0311365e91952d5168f858be86831c04a827b
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 metar.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/metar.el b/metar.el
index 2b3afb8ac9..a2ccb26d38 100644
--- a/metar.el
+++ b/metar.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -83,7 +83,7 @@
                             (const :tag "Degree Kelvin" degK)
                             (const :tag "Degree Fahrenheit" degF)))))
 
-(defcustom metar-stations-info-url 
"http://tgftp.nws.noaa.gov/data/nsd_cccc.txt";
+(defcustom metar-stations-info-url 
"https://tgftp.nws.noaa.gov/data/nsd_cccc.txt";
   "URL to use for retrieving station meta information."
   :group 'metar
   :type 'string)
@@ -279,7 +279,7 @@ It must have the signature of `math-convert-units', which 
is the default."
                                                  pure))))
 
 (defcustom metar-url
-  "http://tgftp.nws.noaa.gov/data/observations/metar/stations/%s.TXT";
+  "https://tgftp.nws.noaa.gov/data/observations/metar/stations/%s.TXT";
   "URL used to fetch station specific information.
 %s is replaced with the 4 letter station code."
   :group 'metar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]