mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
httping: remove with lib;
This commit is contained in:
parent
e6cb8bef45
commit
b5bbd44a8c
@ -53,11 +53,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/folkertvanheusden/HTTPing/releases/tag/v${finalAttrs.version}";
|
||||
description = "Ping with HTTP requests";
|
||||
homepage = "https://vanheusden.com/httping";
|
||||
license = licenses.agpl3Only;
|
||||
license = lib.licenses.agpl3Only;
|
||||
longDescription = ''
|
||||
Give httping an url, and it'll show you how long it takes to connect,
|
||||
send a request and retrieve the reply (only the headers). Be aware that
|
||||
@ -66,6 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
mainProgram = "httping";
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user