about summary refs log tree commit diff
path: root/pkgs/development/libraries/openssl/chacha.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-18 07:53:54 +0100
committerGitHub <noreply@github.com>2017-08-18 07:53:54 +0100
commit30815015ba2b9cec5d39d081a7366b99ff0ab0ef (patch)
treeba4abff2c5d6c722033de5650bcd9c85cb31ff1b /pkgs/development/libraries/openssl/chacha.nix
parentf1666a3aaf2214b70a2eec11a9a99abc88574e07 (diff)
parent39fca7714ff1b61d52b6ff4789eb58d680636a90 (diff)
downloadnixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.gz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.bz2
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.lz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.xz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.zst
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.zip
Merge pull request #28359 from matthewbauer/use-https
Use https for some homepages
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 ];