aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libssh2
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-04-30 20:03:23 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-04-30 21:39:20 -0700
commit038a0c9a603166eada74e930859ccd7e0197f78d (patch)
tree1d9eee7d9b628428a1a8b5929f91d5e63135f93e /pkgs/development/libraries/libssh2
parent47b25136b19c57a9baf32bd13b5e6511ea8d8d97 (diff)
treewide: http to https
Diffstat (limited to 'pkgs/development/libraries/libssh2')
-rw-r--r--pkgs/development/libraries/libssh2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libssh2/default.nix b/pkgs/development/libraries/libssh2/default.nix
index 4d754dc80866..a09a76707390 100644
--- a/pkgs/development/libraries/libssh2/default.nix
+++ b/pkgs/development/libraries/libssh2/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A client-side C library implementing the SSH2 protocol";
- homepage = http://www.libssh2.org;
+ homepage = https://www.libssh2.org;
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
};