summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorRuud van Asseldonk <dev@veniogames.com>2018-05-13 15:26:34 +0200
committerRuud van Asseldonk <dev@veniogames.com>2018-05-13 15:26:34 +0200
commit3e293b2dc3e80490c5275f9b9db69c1232ef757b (patch)
tree8e3c7f81c4f749345dbf9b31b512669a72479f28 /pkgs/development/libraries/libressl
parent4371e5be0b5f5c45491915658dc20ed6b93e0469 (diff)
libressl: use https url in metadata
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix
index 7e9f187b1f189..5dfb61f172ff9 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 ];
     };