kde: add myself as maintainer

This commit is contained in:
nyanloutre
2019-08-16 15:28:31 +02:00
parent 1b820c24e3
commit d6ab8baa1b
3 changed files with 3 additions and 3 deletions
@@ -77,7 +77,7 @@ let
license = with lib.licenses; [
lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12
];
maintainers = [ lib.maintainers.ttuegel ];
maintainers = with lib.maintainers; [ ttuegel nyanloutre ];
platforms = lib.platforms.linux;
} // (args.meta or {});