mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
vector: Update meta to latest
This commit is contained in:
parent
77c642acb2
commit
463097e77d
@ -118,9 +118,9 @@ rustPlatform.buildRustPackage {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A high-performance logs, metrics, and events router";
|
description = "A high-performance observability data pipeline";
|
||||||
homepage = "https://github.com/timberio/vector";
|
homepage = "https://github.com/vectordotdev/vector";
|
||||||
license = with licenses; [ asl20 ];
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ thoughtpolice happysalada ];
|
maintainers = with maintainers; [ thoughtpolice happysalada ];
|
||||||
platforms = with platforms; all;
|
platforms = with platforms; all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user