summary refs log tree commit diff
path: root/pkgs/tools/networking/hans
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-06-23 04:34:55 -0700
commit0d5eb901ad99275d0c0f787957b5db81c38612b2 (patch)
tree6e18bfc2f6c2968035b193cfb3a6b5b869139c4e /pkgs/tools/networking/hans
parent59daa4fd629f7e6547bdff047d9759c353f29067 (diff)
treewide: http -> https
Diffstat (limited to 'pkgs/tools/networking/hans')
-rw-r--r--pkgs/tools/networking/hans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/hans/default.nix b/pkgs/tools/networking/hans/default.nix
index 82e105c3a3bea..6fd4ab3616300 100644
--- a/pkgs/tools/networking/hans/default.nix
+++ b/pkgs/tools/networking/hans/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       the situation that your Internet access is firewalled, but pings are
       allowed.
     '';
-    homepage = http://code.gerade.org/hans/;
+    homepage = https://code.gerade.org/hans/;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
   };