diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:49:15 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:49:15 +0100 |
| commit | f8967ecb4037d1a08d4028af4f9abe2394d4563e (patch) | |
| tree | d806b2c4e54d85657b36accc6e48b10ea022bfd2 | |
| parent | 594a7153b321cb0da3af7c0a20a9c31a70d3c4b2 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/company-ebdb
| -rw-r--r-- | company-ebdb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/company-ebdb.el b/company-ebdb.el index 3659d37..77c3b6b 100644 --- a/company-ebdb.el +++ b/company-ebdb.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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
