mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
This commit is contained in:
commit
0510cbe849
@ -57,6 +57,18 @@ with lib.maintainers; {
|
|||||||
scope = "Maintain GNOME desktop environment and platform.";
|
scope = "Maintain GNOME desktop environment and platform.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
matrix = {
|
||||||
|
members = [
|
||||||
|
ma27
|
||||||
|
pacien
|
||||||
|
fadenb
|
||||||
|
mguentner
|
||||||
|
ekleog
|
||||||
|
ralith
|
||||||
|
];
|
||||||
|
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
|
||||||
|
};
|
||||||
|
|
||||||
php = {
|
php = {
|
||||||
members = [
|
members = [
|
||||||
aanderse
|
aanderse
|
||||||
|
@ -727,5 +727,6 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta.doc = ./matrix-synapse.xml;
|
meta.doc = ./matrix-synapse.xml;
|
||||||
|
meta.maintainers = teams.matrix.members;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -29,8 +29,8 @@ import ./make-test-python.nix ({ pkgs, ... } : let
|
|||||||
in {
|
in {
|
||||||
|
|
||||||
name = "matrix-synapse";
|
name = "matrix-synapse";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = with pkgs.stdenv.lib; {
|
||||||
maintainers = [ corngood ];
|
maintainers = teams.matrix.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
@ -78,7 +78,7 @@ in mkYarnPackage rec {
|
|||||||
description = "A feature-rich client for Matrix.org";
|
description = "A feature-rich client for Matrix.org";
|
||||||
homepage = "https://about.riot.im/";
|
homepage = "https://about.riot.im/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ pacien worldofpeace ma27 ];
|
maintainers = teams.matrix.members;
|
||||||
inherit (electron.meta) platforms;
|
inherit (electron.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A glossy Matrix collaboration client for the web";
|
description = "A glossy Matrix collaboration client for the web";
|
||||||
homepage = "http://riot.im/";
|
homepage = "http://riot.im/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ bachp pacien ma27 ];
|
maintainers = stdenv.lib.teams.matrix.members;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
@ -77,6 +77,6 @@ buildPythonApplication rec {
|
|||||||
homepage = "https://matrix.org";
|
homepage = "https://matrix.org";
|
||||||
description = "Matrix reference homeserver";
|
description = "Matrix reference homeserver";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ralith roblabla ekleog pacien ma27 ];
|
maintainers = teams.matrix.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user