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

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

[elpa] externals/org-contacts 986a5b3280 109/154: Prefer HTTPS to HTTP i


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 986a5b3280 109/154: Prefer HTTPS to HTTP in most links
Date: Fri, 9 Sep 2022 15:58:52 -0400 (EDT)

branch: externals/org-contacts
commit 986a5b32804667ccc253201940feb9fde9dabf12
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Prefer HTTPS to HTTP in most links
---
 org-contacts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contacts.el b/org-contacts.el
index 3a30cefdc8..57368e9cdf 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -976,7 +976,7 @@ address."
 (defun org-contacts-vcard-escape (str)
   "Escape ; , and \n in STR for the VCard format."
   ;; Thanks to this library for the regexp:
-  ;; http://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el
+  ;; https://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el
   (when str
     (replace-regexp-in-string
      "\n" "\\\\n"



reply via email to

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