openssh: update homepage link

Unfortunately, the site is not available over HTTPS.
This commit is contained in:
Aneesh Agrawal 2016-03-10 18:40:00 -05:00
parent e5ca25eb7a
commit 2dd09b634e

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = "http://www.openssh.org/";
homepage = "http://www.openssh.com/";
description = "An implementation of the SSH protocol";
license = stdenv.lib.licenses.bsd2;
platforms = platforms.unix;