Merge pull request #1041 from danielfm/patch-1

Fixed pkgname.
This commit is contained in:
Dimitri Fontaine 2013-01-22 03:11:28 -08:00
commit 53310b7418

View File

@ -1,6 +1,6 @@
(:name flymake-coffee
:type github
:pkgname "purcell/flymake-coffe"
:pkgname "purcell/flymake-coffee"
:description "Flymake support for coffee script"
:website "http://github.com/purcell/flymake-coffee"
:post-init (add-hook 'coffee-mode-hook 'flymake-coffee-load))