summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 00:16:38 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commit097b1852b93610a4c6ac855f7b1da3a1365455db (patch)
tree3576ff4acda36c0f6938d7d87379b59f02eefbf7
parent9d62398396365108ace3ba08d422acfe8a206454 (diff)
downloadlorries-097b1852b93610a4c6ac855f7b1da3a1365455db.tar.gz
Update mirroring of Python OpenSSL package
pyOpenSSL moved from Launchpad to GitHub. Since it switched from Bazaar to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/pyopenssl.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/pyopenssl.lorry b/open-source-lorries/pyopenssl.lorry
index 0ca9678..698ddbf 100644
--- a/open-source-lorries/pyopenssl.lorry
+++ b/open-source-lorries/pyopenssl.lorry
@@ -1,6 +1,11 @@
{
"pyopenssl": {
"type": "bzr",
- "url": "lp:pyopenssl"
+ "url": "lp:pyopenssl",
+ "description": "Obsolete (use pyopenssl-git)"
+ },
+ "pyopenssl-git": {
+ "type": "git",
+ "url": "https://github.com/pyca/pyopenssl.git"
}
}