summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:46:50 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitdb8a693e7e0e67c33272962e8b80f5f79a1ad456 (patch)
tree57f43a2a2166bbe5772062d9326abf953c064edb
parentd14a8654a54e55abb7c12241e5c2070097ac40b1 (diff)
downloadlorries-db8a693e7e0e67c33272962e8b80f5f79a1ad456.tar.gz
Update URL for OpenSSL
OpenSSL's canonical repository is now on GitHub. The repositories on git.openssl.org do not seem to be available over https, which is a bit ironic.
-rw-r--r--open-source-lorries/openssl-new.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/openssl-new.lorry b/open-source-lorries/openssl-new.lorry
index 366b7a1..d7ad0e4 100644
--- a/open-source-lorries/openssl-new.lorry
+++ b/open-source-lorries/openssl-new.lorry
@@ -1,6 +1,6 @@
{
"openssl-new": {
"type": "git",
- "url": "git://git.openssl.org/openssl.git"
+ "url": "https://github.com/openssl/openssl.git"
}
}