diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:04:56 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:04:56 +0100 |
| commit | 22bcac73d8808a680fd9b261cd89937d8e5c6a3c (patch) | |
| tree | 6096a06a7adb8d6647bd0a14521cd17c1fad756c | |
| parent | 588b83e39de1f0f5d7812873cd90998af79a2d19 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/load-dir
| -rw-r--r-- | load-dir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load-dir.el b/load-dir.el index 169f73c..062540a 100644 --- a/load-dir.el +++ b/load-dir.el @@ -24,7 +24,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
