Amend recipe format to double-quote :repo value.

Removed the `:files` key/value pair.
This commit is contained in:
Matt Russell 2014-03-12 23:09:52 +00:00
parent 6f0acf3ccc
commit bca52ddb9f

View file

@ -1,4 +1 @@
(pungi
:fetcher github
:repo mgrbyte/pungi
:files ("*.el" "README" "CHANGES" "Makefile"))
(pungi :fetcher github :repo "mgrbyte/pungi")