summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 23:33:21 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commitb348c4f742538e2211a1ba09cceed3923b6a0981 (patch)
treeab863ab8eda76896c87872408da848e85e1e125a
parenteffda58f142f8fae128f31a8e5445be3ccc32aa8 (diff)
downloadlorries-b348c4f742538e2211a1ba09cceed3923b6a0981.tar.gz
Update mirroring of Python fs package
PyFilesystem moved from Google Code to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/pyfilesystem.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/pyfilesystem.lorry b/open-source-lorries/pyfilesystem.lorry
index ab00e16..a58e40c 100644
--- a/open-source-lorries/pyfilesystem.lorry
+++ b/open-source-lorries/pyfilesystem.lorry
@@ -2,6 +2,11 @@
"pyfilesystem": {
"type": "svn",
"url": "http://pyfilesystem.googlecode.com/svn",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use pyfilesystem-git)"
+ },
+ "pyfilesystem-git": {
+ "type": "git",
+ "url": "https://github.com/PyFilesystem/pyfilesystem.git"
}
}