Skip to content

Commit

Permalink
Use URL: keyword instead of deprecated Homepage:
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Sep 26, 2024
1 parent 276d29c commit 7414b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tempel.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Created: 2022
;; Version: 1.2
;; Package-Requires: ((emacs "28.1") (compat "30"))
;; Homepage: https://github.com/minad/tempel
;; URL: https://github.com/minad/tempel
;; Keywords: abbrev, languages, tools, text

;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -48,7 +48,7 @@
(defgroup tempel nil
"Tempo templates/snippets with in-buffer field editing."
:link '(info-link :tag "Info Manual" "(tempel)")
:link '(url-link :tag "Homepage" "https://github.com/minad/tempel")
:link '(url-link :tag "Website" "https://github.com/minad/tempel")
:link '(emacs-library-link :tag "Library Source" "tempel.el")
:group 'abbrev
:group 'tools
Expand Down

0 comments on commit 7414b13

Please sign in to comment.