summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-03-10 18:40:00 -0500
committerAneesh Agrawal <aneeshusa@gmail.com>2016-03-10 18:40:00 -0500
commit2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa (patch)
treef977945d4b08eb0a9513b733ec6ca1f80f240e6c /pkgs/tools/networking/openssh
parente5ca25eb7aacb0d713eba196cb47a0059dce8fce (diff)
downloadnixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar.gz
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar.bz2
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar.lz
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar.xz
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.tar.zst
nixlib-2dd09b634e8bac3ea7e88b3ef18570ce084a7aaa.zip
openssh: update homepage link
Unfortunately, the site is not available over HTTPS.
Diffstat (limited to 'pkgs/tools/networking/openssh')
-rw-r--r--pkgs/tools/networking/openssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index fe07a13786df..957d5e715e78 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -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;