schildichat-{web,desktop}: add yuka as maintainer

This commit is contained in:
Yureka
2022-09-14 09:49:41 +02:00
committed by Yuka
parent 05c5466c6c
commit a556a2d9b2
2 changed files with 2 additions and 2 deletions
@@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
description = "Matrix client / Element Desktop fork";
homepage = "https://schildi.chat/";
changelog = "https://github.com/SchildiChat/schildichat-desktop/releases";
maintainers = teams.matrix.members ++ (with maintainers; [ kloenk ]);
maintainers = teams.matrix.members ++ (with maintainers; [ kloenk yuka ]);
license = licenses.asl20;
platforms = platforms.all;
};
@@ -106,7 +106,7 @@ in stdenv.mkDerivation rec {
description = "Matrix client / Element Web fork";
homepage = "https://schildi.chat/";
changelog = "https://github.com/SchildiChat/schildichat-desktop/releases";
maintainers = teams.matrix.members ++ (with maintainers; [ kloenk ]);
maintainers = teams.matrix.members ++ (with maintainers; [ kloenk yuka ]);
license = licenses.asl20;
platforms = platforms.all;
};