branch: externals/loc-changes
commit 2db42905675e1740305f9884613bc48582601b8a
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    http:// -> https://
---
 el-get-install.el | 2 +-
 loc-changes.el    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/el-get-install.el b/el-get-install.el
index 86c55ec75b..56829c9d4c 100644
--- a/el-get-install.el
+++ b/el-get-install.el
@@ -43,7 +43,7 @@
           (git       (or (executable-find "git")
                          (error "Unable to find `git'")))
           (url       (or (bound-and-true-p el-get-git-install-url)
-                         "http://github.com/dimitri/el-get.git";))
+                         "https://github.com/dimitri/el-get.git";))
           (default-directory el-get-root)
           (process-connection-type nil)   ; pipe, no pty (--no-progress)
 
diff --git a/loc-changes.el b/loc-changes.el
index 4e3660ba70..712582d0bd 100644
--- a/loc-changes.el
+++ b/loc-changes.el
@@ -1,10 +1,10 @@
 ;;; loc-changes.el --- keep track of positions even after buffer changes
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc
+;; Copyright (C) 2015, 2016, 2020 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <ro...@gnu.org>
 ;; Version: 1.2
-;; URL: http://github.com/rocky/emacs-loc-changes
+;; URL: https://github.com/rocky/emacs-loc-changes
 ;; Compatibility: GNU Emacs 24.x
 
 ;; This program is free software; you can redistribute it and/or modify

Reply via email to