aboutsummaryrefslogtreecommitdiff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2020-09-06 00:36:45 +0200
committerMaciej Krüger <mkg20001@gmail.com>2020-09-07 23:46:59 +0200
commit4689b34d4f638b2fb438a1838d5071bbbe3300fb (patch)
tree7d5933cb2686097d6ff4781f71be9a5fbe6e8736 /maintainers/team-list.nix
parente8e8d7c5552973bf3a17c89a87d5c4f19818c4c7 (diff)
teams: add cinnamon team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index d07f602f0da1..9763c78789aa 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -29,6 +29,13 @@ with lib.maintainers; {
scope = "Maintain ACME-related packages and modules.";
};
+ cinnamon = {
+ members = [
+ mkg20001
+ ];
+ scope = "Maintain Cinnamon desktop environment and applications made by the LinuxMint team.";
+ };
+
freedesktop = {
members = [ jtojnar worldofpeace ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";