From 1130300c52f22879257ec912486457c32eb9990f Mon Sep 17 00:00:00 2001 From: Daniel Martins Date: Mon, 21 Jan 2013 23:32:51 -0200 Subject: [PATCH] Fixed pkgname. --- recipes/flymake-coffee.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/flymake-coffee.rcp b/recipes/flymake-coffee.rcp index c17b7109..71ca3a3c 100644 --- a/recipes/flymake-coffee.rcp +++ b/recipes/flymake-coffee.rcp @@ -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))