Fix :files spec in history package (see #2344)

This commit is contained in:
Steve Purcell 2015-01-04 10:57:58 +00:00
parent 2d44c50837
commit f51d4cc652

View file

@ -1,5 +1,5 @@
(history (history
:fetcher github :fetcher github
:repo "boyw165/history" :repo "boyw165/history"
:files (:defaults "images" "images/*.xpm" "images/*.png")) :files (:defaults ("images" "images/*.xpm" "images/*.png")))