From 4ccfa33026163d9fadcaf254eae1eba2f0ffaaca Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 26 Sep 2024 11:23:34 +0200 Subject: Use URL: keyword instead of deprecated Homepage: --- corfu.el | 4 ++-- extensions/corfu-echo.el | 2 +- extensions/corfu-history.el | 2 +- extensions/corfu-indexed.el | 2 +- extensions/corfu-info.el | 2 +- extensions/corfu-popupinfo.el | 2 +- extensions/corfu-quick.el | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/corfu.el b/corfu.el index a668ae3..c810738 100644 --- a/corfu.el +++ b/corfu.el @@ -7,7 +7,7 @@ ;; Created: 2021 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; Keywords: abbrev, convenience, matching, completion, text ;; This file is part of GNU Emacs. @@ -43,7 +43,7 @@ (defgroup corfu nil "COmpletion in Region FUnction." :link '(info-link :tag "Info Manual" "(corfu)") - :link '(url-link :tag "Homepage" "https://github.com/minad/corfu") + :link '(url-link :tag "Website" "https://github.com/minad/corfu") :link '(emacs-library-link :tag "Library Source" "corfu.el") :group 'convenience :group 'tools diff --git a/extensions/corfu-echo.el b/extensions/corfu-echo.el index 8175d47..dce7e18 100644 --- a/extensions/corfu-echo.el +++ b/extensions/corfu-echo.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el index 7c394ed..0a2fe32 100644 --- a/extensions/corfu-history.el +++ b/extensions/corfu-history.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. diff --git a/extensions/corfu-indexed.el b/extensions/corfu-indexed.el index c216a6e..bdc2188 100644 --- a/extensions/corfu-indexed.el +++ b/extensions/corfu-indexed.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. diff --git a/extensions/corfu-info.el b/extensions/corfu-info.el index 64b17aa..c5f2418 100644 --- a/extensions/corfu-info.el +++ b/extensions/corfu-info.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index b8d9656..c0d8ab6 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el index 974ab9f..e2b86d5 100644 --- a/extensions/corfu-quick.el +++ b/extensions/corfu-quick.el @@ -7,7 +7,7 @@ ;; Created: 2022 ;; Version: 1.5 ;; Package-Requires: ((emacs "28.1") (compat "30") (corfu "1.5")) -;; Homepage: https://github.com/minad/corfu +;; URL: https://github.com/minad/corfu ;; This file is part of GNU Emacs. -- cgit v1.0