add happysalada as maintainer

wip/yesman
happysalada 4 years ago
parent 627dfecadd
commit 85767db6b8
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      nixos/tests/vector.nix
  3. 2
      pkgs/tools/misc/vector/default.nix

@ -3411,6 +3411,12 @@
fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6";
}];
};
happysalada = {
email = "raphael@megzari.com";
github = "happysalada";
githubId = 5317234;
name = "Raphael Megzari";
};
haslersn = {
email = "haslersn@fius.informatik.uni-stuttgart.de";
github = "haslersn";

@ -7,7 +7,7 @@ with pkgs.lib;
{
test1 = makeTest {
name = "vector-test1";
meta.maintainers = [ pkgs.stdenv.lib.maintainers.thoughtpolice ];
meta.maintainers = [ pkgs.stdenv.lib.maintainers.happysalada ];
machine = { config, pkgs, ... }: {
services.vector = {

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

Loading…
Cancel
Save