Fix undo-tree recipe

Add missing dependency `queue'
Fix changed repository and website URL
This commit is contained in:
Pásztor János 2021-12-20 15:56:29 +01:00
parent 960f3fb962
commit 288980a6a0

View File

@ -1,5 +1,6 @@
(:name undo-tree
:description "Treat undo history as a tree"
:website "http://www.dr-qubit.org/emacs.php"
:website "https://www.dr-qubit.org/undo-tree.html"
:type git
:url "http://www.dr-qubit.org/git/undo-tree.git/")
:depends (queue)
:url "https://gitlab.com/tsc25/undo-tree")