summary refs log tree commit diff
path: root/pkgs/tools/misc/vector
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/vector
parent627dfecaddb7461956bce70059edc885efcd292b (diff)
downloadnixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar.gz
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar.bz2
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar.lz
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar.xz
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.tar.zst
nixpkgs-85767db6b8b30dd11191e287a6a2fe1e2275ede1.zip
add happysalada as maintainer
Diffstat (limited to 'pkgs/tools/misc/vector')
-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 701e86dbf90..a6b00a5a30d 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 ];
   };
 }