branch: externals/embark
commit 855dd98f1edc653c25f33d47d3baa16543ea51c4
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Use newer header convention (Homepage is deprecated)
Add link to wiki
---
avy-embark-collect.el | 2 +-
embark-consult.el | 2 +-
embark.el | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/avy-embark-collect.el b/avy-embark-collect.el
index fbfd46a263..cf2353dc18 100644
--- a/avy-embark-collect.el
+++ b/avy-embark-collect.el
@@ -5,7 +5,7 @@
;; Author: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 0.3
-;; Homepage: https://github.com/oantolin/embark
+;; URL: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "25.1") (embark "0.9") (avy "0.5"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/embark-consult.el b/embark-consult.el
index c4881ba46f..f95d0bf066 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -6,7 +6,7 @@
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 1.1
-;; Homepage: https://github.com/oantolin/embark
+;; URL: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "28.1") (compat "30") (embark "1.1") (consult
"1.8"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/embark.el b/embark.el
index 86d72310e3..250443a3ea 100644
--- a/embark.el
+++ b/embark.el
@@ -6,7 +6,7 @@
;; Maintainer: Omar Antolín Camarena <[email protected]>
;; Keywords: convenience
;; Version: 1.1
-;; Homepage: https://github.com/oantolin/embark
+;; URL: https://github.com/oantolin/embark
;; Package-Requires: ((emacs "28.1") (compat "30"))
;; This file is part of GNU Emacs.
@@ -121,7 +121,8 @@
(defgroup embark nil
"Emacs Mini-Buffer Actions Rooted in Keymaps."
:link '(info-link :tag "Info Manual" "(embark)")
- :link '(url-link :tag "Homepage" "https://github.com/oantolin/embark")
+ :link '(url-link :tag "Website" "https://github.com/oantolin/embark")
+ :link '(url-link :tag "Wiki" "https://github.com/oantolin/embark/wiki")
:link '(emacs-library-link :tag "Library Source" "embark.el")
:group 'minibuffer
:prefix "embark-")