From b5652b9c72b424a5f8261d2231520a33802cdcaa Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 19:24:06 +0100 Subject: Update mirroring of asciidoc asciidoc moved from Google Code to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. It also has a separate Git repository for the version compatible with Python 3; add that as well. --- open-source-lorries/asciidoc.lorry | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/asciidoc.lorry b/open-source-lorries/asciidoc.lorry index 1af665e..ce9808a 100644 --- a/open-source-lorries/asciidoc.lorry +++ b/open-source-lorries/asciidoc.lorry @@ -1,6 +1,15 @@ { "asciidoc": { "type": "hg", - "url": "https://code.google.com/p/asciidoc" + "url": "https://code.google.com/p/asciidoc", + "description": "Obsolete (use asciidoc-git or asciidoc-py3)" + }, + "asciidoc-git": { + "type": "git", + "url": "https://github.com/asciidoc/asciidoc.git" + }, + "asciidoc-py3": { + "type": "git", + "url": "https://github.com/asciidoc/asciidoc-py3.git" } } -- cgit v1.2.1