vector: Update meta to latest

This commit is contained in:
Xuanwo 2023-04-02 14:22:32 +08:00 committed by GitHub
parent 77c642acb2
commit 463097e77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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