el-get/recipes/undo-tree.rcp
Pásztor János 288980a6a0 Fix undo-tree recipe
Add missing dependency `queue'
Fix changed repository and website URL
2021-12-20 15:56:29 +01:00

7 lines
217 B
Plaintext

(:name undo-tree
:description "Treat undo history as a tree"
:website "https://www.dr-qubit.org/undo-tree.html"
:type git
:depends (queue)
:url "https://gitlab.com/tsc25/undo-tree")