ledger-mode recipe should track "next" branch

Ledger has moved to the git-flow workflow, so development happens on "next":

https://groups.google.com/forum/#!topic/ledger-cli/s7cUVPobynI
This commit is contained in:
Steve Purcell 2015-01-09 10:05:55 +00:00
parent b2a7679f09
commit 93c54a327f

View file

@ -1 +1 @@
(ledger-mode :fetcher github :repo "ledger/ledger" :files ("lisp/*.el") :old-names (ldg-mode))
(ledger-mode :fetcher github :repo "ledger/ledger" :files ("lisp/*.el") :branch "next" :old-names (ldg-mode))