mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix :fetcher warning to include package name
This commit is contained in:
@ -254,7 +254,8 @@ elsewhere."
|
||||
(with-plist! recipe (fetcher)
|
||||
(when fetcher
|
||||
(message "%s\n%s"
|
||||
"WARNING: The :fetcher property was used for the %S package."
|
||||
(format "WARNING: The :fetcher property was used for the %S package."
|
||||
name)
|
||||
"This property is deprecated. Replace it with :host.")
|
||||
(plist-put! recipe :host fetcher)
|
||||
(plist-delete! recipe :fetcher))
|
||||
|
Reference in New Issue
Block a user