diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-24 09:28:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-24 10:20:18 +0100 |
commit | 8b07994e201e478df8a3431cbae5187b4cde1791 (patch) | |
tree | b31466c7674c28a3a116884441922cd04568fe48 /lisp/auth-source-pass.el | |
parent | a4ececf004e5442fc245ccff910000fe407f7212 (diff) | |
download | emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.gz |
Convert many more links to use HTTPS
Diffstat (limited to 'lisp/auth-source-pass.el')
-rw-r--r-- | lisp/auth-source-pass.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/auth-source-pass.el b/lisp/auth-source-pass.el index 39db1a710bd..bd3070dcfe1 100644 --- a/lisp/auth-source-pass.el +++ b/lisp/auth-source-pass.el @@ -27,7 +27,7 @@ ;;; Commentary: -;; Integrates password-store (http://passwordstore.org/) within +;; Integrates password-store (https://passwordstore.org/) within ;; auth-source. ;;; Code: @@ -123,7 +123,7 @@ ENTRY is the name of a password-store entry. The key used to retrieve the password is the symbol `secret'. The convention used as the format for a password-store file is -the following (see http://www.passwordstore.org/#organization): +the following (see https://www.passwordstore.org/#organization): secret key1: value1 |