summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:56:39 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit557ee9882ec919767064d01c900918ab224ba891 (patch)
treec83ae58f279f7f425f6d292a5aea38f1b77c9bae
parentd6a7f2bde32c01e0b66d313c91c3e9e79635bb1d (diff)
downloadlorries-557ee9882ec919767064d01c900918ab224ba891.tar.gz
Update mirroring of Python six module
Six 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.
-rw-r--r--open-source-lorries/six.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/six.lorry b/open-source-lorries/six.lorry
index 3608c4e..252c9d6 100644
--- a/open-source-lorries/six.lorry
+++ b/open-source-lorries/six.lorry
@@ -1,6 +1,11 @@
{
"six": {
"type": "hg",
- "url": "http://bitbucket.org/gutworth/six"
+ "url": "http://bitbucket.org/gutworth/six",
+ "description": "Obsolete (use six-git)"
+ },
+ "six-git": {
+ "type": "git",
+ "url": "https://github.com/benjaminp/six.git"
}
}