summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:39:02 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:07 -0500
commit5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47 (patch)
tree478d7b597175014e5fbf1d321f090387c643cf8b
parent39f9ff0263a31eb979f0d92ad00cfcc4ac29bf10 (diff)
downloadnixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar.gz
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar.bz2
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar.lz
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar.xz
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.tar.zst
nixpkgs-5fa44742b9ced69b7013e1ffcc3cd2eff1b52e47.zip
kmime: assign to kdepimTeam
-rw-r--r--pkgs/applications/kde/kmime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kmime.nix b/pkgs/applications/kde/kmime.nix
index b14e0abcc3f..a5f7b11101e 100644
--- a/pkgs/applications/kde/kmime.nix
+++ b/pkgs/applications/kde/kmime.nix
@@ -1,5 +1,5 @@
 {
-  mkDerivation, lib,
+  mkDerivation, lib, kdepimTeam,
   extra-cmake-modules, ki18n,
   kcodecs, qtbase,
 }:
@@ -8,7 +8,7 @@ mkDerivation {
   name = "kmime";
   meta = {
     license = [ lib.licenses.lgpl21 ];
-    maintainers = [ lib.maintainers.ttuegel ];
+    maintainers = kdepimTeam;
   };
   nativeBuildInputs = [ extra-cmake-modules ki18n ];
   buildInputs = [ kcodecs qtbase ];