summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 23:55:19 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commitfc88a833b3a6e5d94053e4954bc87d2214225aae (patch)
tree3a171a3bc430f1ef92a774d0acec7a03d9799e97
parent0d7fd3f2c52c8fabed5c93b7ab472a4c857358ae (diff)
downloadlorries-bwh/google-code-migration.tar.gz
Update mirroring of vimbwh/google-code-migration
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.)
-rw-r--r--open-source-lorries/vim.lorry7
1 files changed, 6 insertions, 1 deletions
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"
}
}