about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:37:02 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:06 -0500
commit27532073dd450429084b55357ace61cc4dd98d60 (patch)
treea4b386dec192efa6ba4d7d4850c0120deb7f434e
parentc3acd48763ba47277407f3d477f7f959f59fcb2b (diff)
kdeApplications: add kdepimTeam maintainer list
-rw-r--r--pkgs/applications/kde/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/kde/default.nix b/pkgs/applications/kde/default.nix
index 207228a65b0cf..90af8bf1611bc 100644
--- a/pkgs/applications/kde/default.nix
+++ b/pkgs/applications/kde/default.nix
@@ -40,6 +40,9 @@ let
   packages = self: with self;
     let
       callPackage = self.newScope {
+        # Team of maintainers assigned to the KDE PIM suite
+        kdepimTeam = with lib.maintainers; [ ttuegel vandenoever ];
+
         mkDerivation = import ./build-support/application.nix {
           inherit lib;
           inherit srcs;