about summary refs log tree commit diff
path: root/pkgs/development/libraries/openssl/chacha.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/openssl/chacha.nix')
-rw-r--r--pkgs/development/libraries/openssl/chacha.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openssl/chacha.nix b/pkgs/development/libraries/openssl/chacha.nix
index 347217006528..86015abb9817 100644
--- a/pkgs/development/libraries/openssl/chacha.nix
+++ b/pkgs/development/libraries/openssl/chacha.nix
@@ -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 ];