diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/python-packages.lorry | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 9cc4ab5..381c27b 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -1,7 +1,7 @@ { "python-packages/alembic": { "type": "git", - "url": "https://bitbucket.org/zzzeek/alembic.git" + "url": "https://github.com/sqlalchemy/alembic.git" }, "python-packages/aioeventlet": { "type": "hg", @@ -110,7 +110,7 @@ }, "python-packages/dogpile-cache": { "type": "git", - "url": "https://bitbucket.org/zzzeek/dogpile.cache.git" + "url": "https://github.com/sqlalchemy/dogpile.cache.git" }, "python-packages/dogpile-core": { "type": "git", @@ -231,7 +231,7 @@ }, "python-packages/mako": { "type": "git", - "url": "https://bitbucket.org/zzzeek/mako.git" + "url": "https://github.com/sqlalchemy/mako.git" }, "python-packages/mod_wsgi": { "type": "git", |