From fc88a833b3a6e5d94053e4954bc87d2214225aae Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 23:55:19 +0100 Subject: Update mirroring of vim vim moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirror as obsolete. (There are still official Mercurial mirrors of its source, but those are converting from the new Git repository and e.g. the tag names have all changed. So I don't think it makes sense to try mirroring them.) --- open-source-lorries/vim.lorry | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/open-source-lorries/vim.lorry b/open-source-lorries/vim.lorry index e4ccd9c..9f5b32c 100644 --- a/open-source-lorries/vim.lorry +++ b/open-source-lorries/vim.lorry @@ -1,6 +1,11 @@ { "vim": { "type": "hg", - "url": "https://vim.googlecode.com/hg/" + "url": "https://vim.googlecode.com/hg/", + "description": "Obsolete (use vim-git)" + }, + "vim-git": { + "type": "git", + "url": "https://github.com/vim/vim.git" } } -- cgit v1.2.1