aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2020-11-30 16:34:53 +0900
committerhappysalada <raphael@megzari.com>2020-11-30 16:34:53 +0900
commit85767db6b8b30dd11191e287a6a2fe1e2275ede1 (patch)
tree0d0f6d7ddf7350ff82d45551419f76cbca7c7fae /pkgs/tools/misc
parent627dfecaddb7461956bce70059edc885efcd292b (diff)
add happysalada as maintainer
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/vector/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix
index 701e86dbf901..a6b00a5a30d6 100644
--- a/pkgs/tools/misc/vector/default.nix
+++ b/pkgs/tools/misc/vector/default.nix
@@ -60,6 +60,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 ];
};
}