kdeApplications: add kdepimTeam maintainer list
This commit is contained in:
parent
c3acd48763
commit
27532073dd
@ -40,6 +40,9 @@ let
|
|||||||
packages = self: with self;
|
packages = self: with self;
|
||||||
let
|
let
|
||||||
callPackage = self.newScope {
|
callPackage = self.newScope {
|
||||||
|
# Team of maintainers assigned to the KDE PIM suite
|
||||||
|
kdepimTeam = with lib.maintainers; [ ttuegel vandenoever ];
|
||||||
|
|
||||||
mkDerivation = import ./build-support/application.nix {
|
mkDerivation = import ./build-support/application.nix {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
inherit srcs;
|
inherit srcs;
|
||||||
|
Loading…
Reference in New Issue
Block a user