1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kmime: assign to kdepimTeam

This commit is contained in:
Thomas Tuegel 2017-06-21 08:39:02 -05:00
parent 39f9ff0263
commit 5fa44742b9
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, 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 ];