akonadi-contacts: assign to kdepimTeam

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

View File

@ -1,5 +1,5 @@
{
mkDerivation, lib,
mkDerivation, lib, kdepimTeam,
extra-cmake-modules,
akonadi, akonadi-mime, grantlee, kcontacts, kdbusaddons, ki18n, kiconthemes,
kio, kitemmodels, kmime, ktextwidgets, qtwebengine,
@ -9,7 +9,7 @@ mkDerivation {
name = "akonadi-contacts";
meta = {
license = with lib.licenses; [ gpl2 lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ];
maintainers = kdepimTeam;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [