kde: add myself as maintainer
This commit is contained in:
parent
1b820c24e3
commit
d6ab8baa1b
@ -60,7 +60,7 @@ let
|
|||||||
inherit mkDerivation;
|
inherit mkDerivation;
|
||||||
|
|
||||||
# Team of maintainers assigned to the KDE PIM suite
|
# Team of maintainers assigned to the KDE PIM suite
|
||||||
kdepimTeam = with lib.maintainers; [ ttuegel vandenoever ];
|
kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
akonadi = callPackage ./akonadi {};
|
akonadi = callPackage ./akonadi {};
|
||||||
|
@ -86,7 +86,7 @@ let
|
|||||||
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
|
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ ttuegel ];
|
maintainers = with lib.maintainers; [ ttuegel nyanloutre ];
|
||||||
homepage = http://www.kde.org;
|
homepage = http://www.kde.org;
|
||||||
} // (args.meta or {});
|
} // (args.meta or {});
|
||||||
in
|
in
|
||||||
|
@ -77,7 +77,7 @@ let
|
|||||||
license = with lib.licenses; [
|
license = with lib.licenses; [
|
||||||
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
|
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
|
||||||
];
|
];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = with lib.maintainers; [ ttuegel nyanloutre ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
} // (args.meta or {});
|
} // (args.meta or {});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user