kmime: assign to kdepimTeam

This commit is contained in:
Thomas Tuegel
2017-08-21 06:51:07 -05:00
parent 39f9ff0263
commit 5fa44742b9
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
mkDerivation, lib, mkDerivation, lib, kdepimTeam,
extra-cmake-modules, ki18n, extra-cmake-modules, ki18n,
kcodecs, qtbase, kcodecs, qtbase,
}: }:
@@ -8,7 +8,7 @@ mkDerivation {
name = "kmime"; name = "kmime";
meta = { meta = {
license = [ lib.licenses.lgpl21 ]; license = [ lib.licenses.lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = kdepimTeam;
}; };
nativeBuildInputs = [ extra-cmake-modules ki18n ]; nativeBuildInputs = [ extra-cmake-modules ki18n ];
buildInputs = [ kcodecs qtbase ]; buildInputs = [ kcodecs qtbase ];