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

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

[elpa] externals/url-http-ntlm ddffee7338: ; Prefer HTTPS to HTTP in URL


From: Stefan Kangas
Subject: [elpa] externals/url-http-ntlm ddffee7338: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:25:47 -0500 (EST)

branch: externals/url-http-ntlm
commit ddffee7338136b46c8f1f544872045e991312ba2
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/url-http-ntlm.el b/url-http-ntlm.el
index 406ef6ffcf..a5e3c5c163 100644
--- a/url-http-ntlm.el
+++ b/url-http-ntlm.el
@@ -20,7 +20,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:
 ;;
@@ -35,8 +35,8 @@
 ;; Taro Kawagishi <tarok@transpulse.org> wrote ntlm.el and md4.el,
 ;; which are parts of FLIM (Faithful Library about Internet Message).
 ;;
-;; http://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/ntlm.el
-;; http://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/md4.el
+;; https://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/ntlm.el
+;; https://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/md4.el
 
 ;;; Code:
 (require 'url-auth)



reply via email to

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