Commit db5d1691 authored by Yaya's avatar Yaya
Browse files

matrix-sliding-sync: Add yayayayaka to maintainers

(cherry picked from commit 4a822007)
parent c5c5180c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildGoModule rec {
    description = "A sliding sync implementation of MSC3575 for matrix";
    homepage = "https://github.com/matrix-org/sliding-sync";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ emilylange ];
    maintainers = with maintainers; [ emilylange yayayayaka ];
    mainProgram = "syncv3";
  };
}