mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #23401 from c0bw3b/pkg/httping
httping 2.5: fetch over HTTPS + license info
This commit is contained in:
commit
a9700f7fac
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue