We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13838ea + c7e14db commit 5f30488Copy full SHA for 5f30488
pkgs/by-name/ma/mattermost/package.nix
@@ -246,20 +246,21 @@ buildMattermost rec {
246
};
247
248
249
- meta = with lib; {
+ meta = {
250
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
251
homepage = "https://www.mattermost.org";
252
- license = with licenses; [
+ license = with lib.licenses; [
253
agpl3Only
254
asl20
255
];
256
- maintainers = with maintainers; [
+ maintainers = with lib.maintainers; [
257
ryantm
258
numinit
259
kranzes
260
mgdelacroix
261
fsagbuya
262
263
+ platforms = lib.platforms.linux;
264
mainProgram = "mattermost";
265
266
}
0 commit comments