mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Use :branch rather than :commit for git recipes
This commit is contained in:
parent
56116ebaf7
commit
c9a76a6498
10 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
(elnode
|
||||
:fetcher github
|
||||
:repo "nicferrier/elnode"
|
||||
:commit "origin/melpa"
|
||||
:branch "melpa"
|
||||
:files ("*"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(elpy
|
||||
:fetcher github
|
||||
:repo "jorgenschaefer/elpy"
|
||||
:commit "origin/release"
|
||||
:branch "release"
|
||||
:files ("elpy.el"
|
||||
"elpy-refactor.el"
|
||||
"elpy-pkg.el.in"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(insfactor :fetcher github
|
||||
:repo "duelinmarkers/insfactor.el"
|
||||
:commit "origin/release")
|
||||
:branch "release")
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
(starter-kit :repo "technomancy/emacs-starter-kit" :fetcher github
|
||||
:commit "origin/v2")
|
||||
:branch "v2")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-bindings :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-bindings.el"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-eshell :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-eshell.el"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-js :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-js.el"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-lisp :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-lisp.el"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-perl :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-perl.el"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(starter-kit-ruby :repo "technomancy/emacs-starter-kit"
|
||||
:fetcher github
|
||||
:commit "origin/v2"
|
||||
:branch "v2"
|
||||
:files ("modules/starter-kit-ruby.el"))
|
||||
|
|
Loading…
Reference in a new issue