libressl: use https url in metadata

This commit is contained in:
Ruud van Asseldonk 2018-05-13 15:26:34 +02:00
parent 4371e5be0b
commit 3e293b2dc3

View file

@ -26,7 +26,7 @@ let
meta = with lib; {
description = "Free TLS/SSL implementation";
homepage = "http://www.libressl.org";
homepage = "https://www.libressl.org";
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice wkennington fpletz globin ];
};