akonadi: assign to kdepimTeam
This commit is contained in:
parent
d1e30e5c34
commit
e17f125214
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
mkDerivation, copyPathsToStore, lib,
|
mkDerivation, copyPathsToStore, lib, kdepimTeam,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
kcompletion, kconfigwidgets, kdbusaddons, kdesignerplugin, kiconthemes,
|
kcompletion, kconfigwidgets, kdbusaddons, kdesignerplugin, kiconthemes,
|
||||||
kwindowsystem, kcrash, kio,
|
kwindowsystem, kcrash, kio,
|
||||||
|
@ -11,7 +11,7 @@ mkDerivation {
|
||||||
name = "akonadi";
|
name = "akonadi";
|
||||||
meta = {
|
meta = {
|
||||||
license = [ lib.licenses.lgpl21 ];
|
license = [ lib.licenses.lgpl21 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = kdepimTeam;
|
||||||
};
|
};
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
|
|
Loading…
Reference in New Issue