branch: externals/load-relative
commit 85b88d6fbf472381dfdaf0a762215b7e35ceee9b
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    http:// -> https://
---
 README.md        | 3 +--
 load-relative.el | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c250d4ebf5..afb6290665 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ the code or fiddle with evil *load-path*'s. See my [NYC Lisp 
talk](https://githu
 * 
[require-relative](https://github.com/rocky/emacs-load-relative#require-relative-require-relative-list)
 * [provide-me](https://github.com/rocky/emacs-load-relative#provide-me)
 
-The latest version is at http://github.com/rocky/emacs-load-relative
+The latest version is at https://github.com/rocky/emacs-load-relative
 
 ## \__FILE__
 
@@ -133,4 +133,3 @@ relative file.
    (with-relative-file "README.md"
      (buffer-substring))
 ```
-     
diff --git a/load-relative.el b/load-relative.el
index e1a7bfe00f..af9b711a3d 100644
--- a/load-relative.el
+++ b/load-relative.el
@@ -3,10 +3,10 @@
 ;; Author: Rocky Bernstein <ro...@gnu.org>
 ;; Version: 1.3.1
 ;; Keywords: internal
-;; URL: http://github.com/rocky/emacs-load-relative
+;; URL: https://github.com/rocky/emacs-load-relative
 ;; Compatibility: GNU Emacs 23.x
 
-;; Copyright (C) 2015-2019 Free Software Foundation, Inc
+;; Copyright (C) 2015-2020 Free Software Foundation, Inc
 
 ;; This program is free software: you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -35,7 +35,7 @@
 ;; `__FILE__' function and a `provide-me' macro.
 
 ;; The latest version of this code is at:
-;;     http://github.com/rocky/emacs-load-relative/
+;;     https://github.com/rocky/emacs-load-relative/
 
 ;; `__FILE__' returns the file name that that the calling program is
 ;; running.  If you are `eval''ing a buffer then the file name of that

Reply via email to