Unverified Commit bc3335af authored by Charlotte Van Petegem's avatar Charlotte Van Petegem
Browse files

matrix-appservice-slack: add chvp to maintainers

parent bd7bc857
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ mkYarnPackage rec {

  meta = with lib; {
    description = "A Matrix <--> Slack bridge";
    maintainers = with maintainers; [ beardhatcode ];
    maintainers = with maintainers; [ beardhatcode chvp ];
    license = licenses.asl20;
  };
}