add happysalada as maintainer

This commit is contained in:
happysalada
2020-11-30 16:34:53 +09:00
parent 627dfecadd
commit 85767db6b8
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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 ];
};
}