1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-30 01:03:57 -09:00

Fix mismatched package names

This commit is contained in:
Steve Purcell 2013-01-17 08:36:35 +00:00
parent a71e3a572c
commit e869182768
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
(helm-git :repo "emacs-helm/helm-mercurial-queue" :fetcher github)
(helm-mercurial-queue :repo "emacs-helm/helm-mercurial-queue" :fetcher github)

View file

@ -1,2 +1,2 @@
(enotify :repo "lewang/helm-cmd-t"
:fetcher github)
(helm-cmd-t :repo "lewang/helm-cmd-t"
:fetcher github)