kcontacts: assign to kdepimTeam

This commit is contained in:
Thomas Tuegel 2017-06-21 08:38:51 -05:00
parent e17f125214
commit 39f9ff0263
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, extra-cmake-modules,
kcoreaddons, kconfig, kcodecs, ki18n, qtbase, kcoreaddons, kconfig, kcodecs, ki18n, qtbase,
}: }:
@ -8,7 +8,7 @@ mkDerivation {
name = "kcontacts"; name = "kcontacts";
meta = { meta = {
license = [ lib.licenses.lgpl21 ]; license = [ lib.licenses.lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kconfig kcodecs ki18n qtbase ]; buildInputs = [ kcoreaddons kconfig kcodecs ki18n qtbase ];