From e8691827685708f6fdd317fa4ffbb2e788d7d324 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 17 Jan 2013 08:36:35 +0000 Subject: [PATCH] Fix mismatched package names --- recipes/helm-mercurial-queue | 2 +- recipes/heml-cmd-t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/helm-mercurial-queue b/recipes/helm-mercurial-queue index e5dc00de..395e19ba 100644 --- a/recipes/helm-mercurial-queue +++ b/recipes/helm-mercurial-queue @@ -1 +1 @@ -(helm-git :repo "emacs-helm/helm-mercurial-queue" :fetcher github) \ No newline at end of file +(helm-mercurial-queue :repo "emacs-helm/helm-mercurial-queue" :fetcher github) diff --git a/recipes/heml-cmd-t b/recipes/heml-cmd-t index edbafddb..1ce785ea 100644 --- a/recipes/heml-cmd-t +++ b/recipes/heml-cmd-t @@ -1,2 +1,2 @@ -(enotify :repo "lewang/helm-cmd-t" - :fetcher github) +(helm-cmd-t :repo "lewang/helm-cmd-t" + :fetcher github)