From b0ae3c14fbdd6a85b31d58fe4bc977551446ddb5 Mon Sep 17 00:00:00 2001 From: Renaud Date: Thu, 2 Mar 2017 19:20:26 +0100 Subject: [PATCH] httping 2.5: fetch over https + license --- pkgs/tools/networking/httping/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/httping/default.nix b/pkgs/tools/networking/httping/default.nix index 36627b4e7a41..ce58da880d63 100644 --- a/pkgs/tools/networking/httping/default.nix +++ b/pkgs/tools/networking/httping/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { version = "2.5"; src = fetchurl { - url = "http://www.vanheusden.com/httping/${name}.tgz"; + url = "https://www.vanheusden.com/httping/${name}.tgz"; sha256 = "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"; }; @@ -27,6 +27,7 @@ stdenv.mkDerivation rec { the transmission across the network also takes time! So it measures the latency of the webserver + network. It supports IPv6. ''; + license = licenses.agpl3; maintainers = with maintainers; [ nckx rickynils ]; platforms = platforms.linux; };