schildichat-{web,desktop}: meta with lib
This commit is contained in:
parent
5676f32cd6
commit
adcd6479db
@ -116,12 +116,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update.sh;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
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 = lib.teams.matrix.members ++ [ lib.maintainers.kloenk ];
|
maintainers = teams.matrix.members ++ with maintainers; [ kloenk ];
|
||||||
license = lib.licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -102,12 +102,12 @@ in stdenv.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
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 = lib.teams.matrix.members ++ [ lib.maintainers.kloenk ];
|
maintainers = teams.matrix.members ++ with maintainers; [ kloenk ];
|
||||||
license = lib.licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user