3
0
Fork 0
forked from mirrors/nixpkgs

mattermost: add ryantm as maintainer

This commit is contained in:
Ryan Mulligan 2017-11-17 21:07:21 -08:00
parent f692a2d756
commit 6cd89c7d8b

View file

@ -38,7 +38,7 @@ buildGoPackage rec {
description = "Open-Source, self-hosted Slack-alternative"; description = "Open-Source, self-hosted Slack-alternative";
homepage = https://www.mattermost.org; homepage = https://www.mattermost.org;
license = with licenses; [ agpl3 asl20 ]; license = with licenses; [ agpl3 asl20 ];
maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ fpletz ryantm ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }