From 6e53576d5db5bd221b5fce7fdfe4a01b2ee79c40 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 1 Oct 2014 13:59:09 +0100 Subject: Fix some bitbucket repos to use https:// --- open-source-lorries/python-packages.lorry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'open-source-lorries/python-packages.lorry') diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 9300266..90cb97b 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": "git@bitbucket.org:zzzeek/alembic.git" + "url": "https://bitbucket.org/zzzeek/alembic.git" }, "python-packages/anyjson": { "type": "hg", @@ -50,7 +50,7 @@ }, "python-packages/dogpile-cache": { "type": "git", - "url": "git@bitbucket.org:zzzeek/dogpile.cache.git" + "url": "https://bitbucket.org/zzzeek/dogpile.cache.git" }, "python-packages/ecdsa": { "type": "git", -- cgit v1.2.1