Skip to content

Commit 98891a2

Browse files
committed
komga: add tebriel to maintainers
1 parent cee5e73 commit 98891a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/ko/komga/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ stdenvNoCC.mkDerivation rec {
3333
homepage = "https://komga.org/";
3434
license = lib.licenses.mit;
3535
platforms = jdk23_headless.meta.platforms;
36-
maintainers = with lib.maintainers; [ govanify ];
36+
maintainers = with lib.maintainers; [
37+
tebriel
38+
govanify
39+
];
3740
mainProgram = "komga";
3841
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
3942
};

0 commit comments

Comments
 (0)