Merge pull request #103393 from happysalada/add_vector

nixos/vector: add module
This commit is contained in:
Austin Seipp
2020-12-02 03:30:11 -06:00
committed by GitHub
6 changed files with 107 additions and 1 deletions
+1 -1
View File
@@ -62,6 +62,6 @@ rustPlatform.buildRustPackage rec {
description = "A high-performance logs, metrics, and events router";
homepage = "https://github.com/timberio/vector";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ thoughtpolice ];
maintainers = with maintainers; [ thoughtpolice happysalada ];
};
}