From 42738dbb9e883ab7dffc884094e018eb77a3dadc Mon Sep 17 00:00:00 2001 From: Jonathan Queiroz Date: Mon, 21 Oct 2019 23:45:13 -0700 Subject: [PATCH] Address comment --- pkgs/tools/networking/sshping/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/sshping/default.nix b/pkgs/tools/networking/sshping/default.nix index 2bdc782227e9..20f0eaa7e471 100644 --- a/pkgs/tools/networking/sshping/default.nix +++ b/pkgs/tools/networking/sshping/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = https://github.com/spook/sshping; + homepage = "https://github.com/spook/sshping"; description = "Measure character-echo latency and bandwidth for an interactive ssh session"; license = licenses.mit; platforms = platforms.unix;