Fixed pkgname.

This commit is contained in:
Daniel Martins 2013-01-21 23:32:51 -02:00
parent 47f3dcb423
commit 1130300c52

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))