1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

httping 2.5: fetch over https + license

This commit is contained in:
Renaud 2017-03-02 19:20:26 +01:00 committed by GitHub
parent 027ffb6429
commit b0ae3c14fb

View file

@ -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;
};