Skip to content

Commit

Permalink
Use lm-website instead of lm-homepage alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 18, 2024
1 parent b7d47df commit 8ece1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emir.el
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ because some of these packages are also available from Melpa.")))

(cl-defmethod emir--homepage ((pkg epkg-package))
(or (emir--config pkg :homepage)
(and-let* ((url (lm-homepage))
(and-let* ((url (lm-website))
(url (if (string-suffix-p "/" url)
(substring url 0 -1)
url)))
Expand Down

0 comments on commit 8ece1c4

Please sign in to comment.