immich: add maintainers

This commit is contained in:
Robert Schütz 2024-10-16 10:36:16 -07:00
parent e3152f80bf
commit 783a674100

View File

@ -225,7 +225,12 @@ buildNpmPackage' {
description = "Self-hosted photo and video backup solution";
homepage = "https://immich.app/";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ jvanbruegge ];
maintainers = with lib.maintainers; [
dotlambda
jvanbruegge
Scrumplex
titaniumtown
];
platforms = lib.platforms.linux;
mainProgram = "server";
};