schildichat-{web,desktop}: meta with lib

This commit is contained in:
Yureka 2022-09-13 10:49:34 +02:00 committed by Yuka
parent adcd6479db
commit 05c5466c6c
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
description = "Matrix client / Element Desktop fork"; description = "Matrix client / Element Desktop fork";
homepage = "https://schildi.chat/"; homepage = "https://schildi.chat/";
changelog = "https://github.com/SchildiChat/schildichat-desktop/releases"; changelog = "https://github.com/SchildiChat/schildichat-desktop/releases";
maintainers = teams.matrix.members ++ with maintainers; [ kloenk ]; maintainers = teams.matrix.members ++ (with maintainers; [ kloenk ]);
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -106,7 +106,7 @@ in stdenv.mkDerivation rec {
description = "Matrix client / Element Web fork"; description = "Matrix client / Element Web fork";
homepage = "https://schildi.chat/"; homepage = "https://schildi.chat/";
changelog = "https://github.com/SchildiChat/schildichat-desktop/releases"; changelog = "https://github.com/SchildiChat/schildichat-desktop/releases";
maintainers = teams.matrix.members ++ with maintainers; [ kloenk ]; maintainers = teams.matrix.members ++ (with maintainers; [ kloenk ]);
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
}; };