Skip to content

Commit

Permalink
mattermost: disable Darwin support (#382711)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Feb 17, 2025
2 parents 13838ea + c7e14db commit 5f30488
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/ma/mattermost/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 5f30488

Please sign in to comment.