kdeApplications: add kdepimTeam maintainer list

This commit is contained in:
Thomas Tuegel
2017-08-21 06:51:06 -05:00
parent c3acd48763
commit 27532073dd
+3
View File
@@ -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;