Skip to content

Commit

Permalink
Use newer header convention (Homepage is deprecated)
Browse files Browse the repository at this point in the history
Add link to wiki
  • Loading branch information
minad committed Jan 16, 2025
1 parent d2daad0 commit 855dd98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avy-embark-collect.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion embark-consult.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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-")
Expand Down

0 comments on commit 855dd98

Please sign in to comment.