diff options
Diffstat (limited to 'open-source-lorries/asciidoc.lorry')
-rw-r--r-- | open-source-lorries/asciidoc.lorry | 11 |
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" } } |