diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-07 22:18:35 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-09 23:46:50 +0100 |
commit | 5d03edbcd32f38bc33e2d51bf45167a926f39cc5 (patch) | |
tree | b0984d769f0eca0b581a8045341bbfc537f3e94f /open-source-lorries | |
parent | 0ca7241c9f5607673fa43b1340b7183cb240b8cd (diff) | |
download | lorries-5d03edbcd32f38bc33e2d51bf45167a926f39cc5.tar.gz |
Update mirroring of Sphinx
Sphinx moved from Bitbucket to GitHub. Since it switched from
Mercurial to Git, use a different name for the new mirror. Mark the
old mirror as obsolete.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/python-packages.lorry | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 050bc3f..106e895 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -635,7 +635,12 @@ }, "python-packages/sphinx": { "type": "hg", - "url": "https://bitbucket.org/birkenfeld/sphinx" + "url": "https://bitbucket.org/birkenfeld/sphinx", + "description": "Obsolete (use python-packages/sphinx-git)" + }, + "python-packages/sphinx-git": { + "type": "git", + "url": "https://github.com/sphinx-doc/sphinx.git" }, "python-packages/sqlalchemy": { "type": "git", |