summaryrefslogtreecommitdiff
path: root/wttrin.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-09-24 08:12:59 -0500
committerCraig Jennings <c@cjennings.net>2025-09-24 08:12:59 -0500
commit5b6cb1c970d3bd082743cd37148287f322b0b8fa (patch)
tree63e5e7794ce4e19b4148fd4b9a4419d640f99ce4 /wttrin.el
parentc9c75c0fe256856488e9bafc77a6071f1c039808 (diff)
use https rather than http
Diffstat (limited to 'wttrin.el')
-rw-r--r--wttrin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/wttrin.el b/wttrin.el
index ffb3218..3aaecbe 100644
--- a/wttrin.el
+++ b/wttrin.el
@@ -96,7 +96,7 @@ units (default)."
(url-user-agent "curl"))
(with-current-buffer
(url-retrieve-synchronously
- (concat "http://wttr.in/" query "?A")
+ (concat "https://wttr.in/" query "?A")
(lambda () (switch-to-buffer (current-buffer))))
(decode-coding-string (buffer-string) 'utf-8))))