mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add :old-names key to recipes that have been renamed
This commit is contained in:
parent
5bfcbb77a8
commit
b86c666ee9
5 changed files with 9 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
(cask :repo "cask/cask" :fetcher github)
|
(cask :repo "cask/cask" :fetcher github :old-names (carton))
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
(flycheck-d-unittest :repo "flycheck/flycheck-d-unittest" :fetcher github)
|
(flycheck-d-unittest :repo "flycheck/flycheck-d-unittest" :fetcher github
|
||||||
|
:old-names (flycheck-d))
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
(org-mac-link
|
(org-mac-link
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:url "git://orgmode.org/org-mode.git"
|
:url "git://orgmode.org/org-mode.git"
|
||||||
:files ("contrib/lisp/org-mac-link.el"))
|
:files ("contrib/lisp/org-mac-link.el")
|
||||||
|
:old-names (org-mac-link-grabber))
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
(ox-reveal :repo "yjwen/org-reveal" :fetcher github)
|
(ox-reveal :repo "yjwen/org-reveal" :fetcher github
|
||||||
|
:old-names (org-reveal))
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
(vlf :repo "m00natic/vlfi" :fetcher github :files ("vlf.el"))
|
(vlf :repo "m00natic/vlfi" :fetcher github :files ("vlf.el")
|
||||||
|
:old-names (vlfi))
|
||||||
|
|
Loading…
Reference in a new issue