akonadi: assign to kdepimTeam

This commit is contained in:
Thomas Tuegel 2017-06-21 08:38:39 -05:00
parent d1e30e5c34
commit e17f125214
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
mkDerivation, copyPathsToStore, lib,
mkDerivation, copyPathsToStore, lib, kdepimTeam,
extra-cmake-modules,
kcompletion, kconfigwidgets, kdbusaddons, kdesignerplugin, kiconthemes,
kwindowsystem, kcrash, kio,
@ -11,7 +11,7 @@ mkDerivation {
name = "akonadi";
meta = {
license = [ lib.licenses.lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ];
maintainers = kdepimTeam;
};
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
nativeBuildInputs = [ extra-cmake-modules ];