openssl: use https for homepage

This commit is contained in:
Matthew Bauer
2017-08-17 15:04:22 -07:00
parent 3f85411ba5
commit 269f057be3
2 changed files with 2 additions and 2 deletions
@@ -96,7 +96,7 @@ let
};
meta = {
homepage = http://www.openssl.org/;
homepage = https://www.openssl.org/;
description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.peti ];