diff options
-rw-r--r-- | open-source-lorries/python-packages.lorry | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f841221..be1261d 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -278,7 +278,7 @@ }, "python-packages/psycopg2": { "type": "git", - "url": "git://github.com/nwcell/psycopg2-windows.git" + "url": "git://github.com/psycopg/psycopg2.git" }, "python-packages/py-amqp": { "type": "git", @@ -368,6 +368,10 @@ "type": "git", "url": "https://github.com/ahupp/python-magic.git" }, + "python-packages/python-memcached": { + "type": "git", + "url": "git://github.com/linsomniac/python-memcached.git" + }, "python-packages/python-mimeparse": { "type": "git", "url": "git://github.com/dbtsai/python-mimeparse.git" |