libressl: use https url in metadata
This commit is contained in:
parent
4371e5be0b
commit
3e293b2dc3
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue