mattermost: disable Darwin support (#382711)

This commit is contained in:
Pol Dellaiera 2025-02-17 18:18:47 +01:00 committed by GitHub
commit 5f30488d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,20 +246,21 @@ buildMattermost rec {
};
};
meta = with lib; {
meta = {
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
homepage = "https://www.mattermost.org";
license = with licenses; [
license = with lib.licenses; [
agpl3Only
asl20
];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
ryantm
numinit
kranzes
mgdelacroix
fsagbuya
];
platforms = lib.platforms.linux;
mainProgram = "mattermost";
};
}