Skip to content

Commit 783a674

Browse files
committedOct 16, 2024·
immich: add maintainers
1 parent e3152f8 commit 783a674

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎pkgs/by-name/im/immich/package.nix

+6-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,12 @@ buildNpmPackage' {
225225
description = "Self-hosted photo and video backup solution";
226226
homepage = "https://immich.app/";
227227
license = lib.licenses.agpl3Only;
228-
maintainers = with lib.maintainers; [ jvanbruegge ];
228+
maintainers = with lib.maintainers; [
229+
dotlambda
230+
jvanbruegge
231+
Scrumplex
232+
titaniumtown
233+
];
229234
platforms = lib.platforms.linux;
230235
mainProgram = "server";
231236
};

0 commit comments

Comments
 (0)
Please sign in to comment.