From 3e293b2dc3e80490c5275f9b9db69c1232ef757b Mon Sep 17 00:00:00 2001 From: Ruud van Asseldonk Date: Sun, 13 May 2018 15:26:34 +0200 Subject: [PATCH] libressl: use https url in metadata --- pkgs/development/libraries/libressl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index 7e9f187b1f18..5dfb61f172ff 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -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 ]; };