matrix-appservice-slack: Add beardhatcode as maintainer

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
This commit is contained in:
Robbert Gurdeep Singh 2021-03-14 10:53:39 +01:00
parent 045e01aae6
commit 8e4131e592

View File

@ -24,7 +24,7 @@ nodePackages.package.override {
meta = with lib; {
description = "A Matrix <--> Slack bridge";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ beardhatcode ];
license = licenses.asl20;
};
}