summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 19:24:06 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commitb5652b9c72b424a5f8261d2231520a33802cdcaa (patch)
treec88d1e107a01dd12a244175c5d317f60aad3aec2
parentef33d6bf1d92f377b83a6c8b4cbec680255ee473 (diff)
downloadlorries-b5652b9c72b424a5f8261d2231520a33802cdcaa.tar.gz
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.
-rw-r--r--open-source-lorries/asciidoc.lorry11
1 files changed, 10 insertions, 1 deletions
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"
}
}