kdeApplications: add kdepimTeam maintainer list

This commit is contained in:
Thomas Tuegel 2017-06-21 08:37:02 -05:00
parent c3acd48763
commit 27532073dd
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

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;