add happysalada as maintainer
This commit is contained in:
parent
627dfecadd
commit
85767db6b8
3 changed files with 8 additions and 2 deletions
|
@ -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…
Reference in a new issue