treewide: http to https

This commit is contained in:
Ryan Mulligan
2018-04-30 21:39:20 -07:00
parent 47b25136b1
commit 038a0c9a60
41 changed files with 50 additions and 50 deletions
@@ -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 = [ ];
};