openssl: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:56:35 -07:00
parent 3f85411ba5
commit 269f057be3
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.openssl.org/;
homepage = https://www.openssl.org/;
description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.cstrahan ];

View File

@ -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 ];