From 463097e77d11645fda491049c70838439f4b9bff Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 2 Apr 2023 14:22:32 +0800 Subject: [PATCH] vector: Update meta to latest --- pkgs/tools/misc/vector/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix index 53b50f01c1e8..94758156e392 100644 --- a/pkgs/tools/misc/vector/default.nix +++ b/pkgs/tools/misc/vector/default.nix @@ -118,9 +118,9 @@ rustPlatform.buildRustPackage { }; meta = with lib; { - description = "A high-performance logs, metrics, and events router"; - homepage = "https://github.com/timberio/vector"; - license = with licenses; [ asl20 ]; + description = "A high-performance observability data pipeline"; + homepage = "https://github.com/vectordotdev/vector"; + license = licenses.mpl20; maintainers = with maintainers; [ thoughtpolice happysalada ]; platforms = with platforms; all; };