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