about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorXuanwo <github@xuanwo.io>2023-04-02 14:22:32 +0800
committerGitHub <noreply@github.com>2023-04-02 14:22:32 +0800
commit463097e77d11645fda491049c70838439f4b9bff (patch)
tree9929313d8758b734dc5368d56169178701bbc83d /pkgs
parent77c642acb22ed80c0880b68caa0837d38dbee171 (diff)
vector: Update meta to latest
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/vector/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix
index 53b50f01c1e8c..94758156e3921 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;
   };