mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Fix :files spec in history package (see #2344)
This commit is contained in:
parent
2d44c50837
commit
f51d4cc652
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(history
|
||||
:fetcher github
|
||||
:repo "boyw165/history"
|
||||
:files (:defaults "images" "images/*.xpm" "images/*.png"))
|
||||
:files (:defaults ("images" "images/*.xpm" "images/*.png")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue