We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee5e73 commit 98891a2Copy full SHA for 98891a2
pkgs/by-name/ko/komga/package.nix
@@ -33,7 +33,10 @@ stdenvNoCC.mkDerivation rec {
33
homepage = "https://komga.org/";
34
license = lib.licenses.mit;
35
platforms = jdk23_headless.meta.platforms;
36
- maintainers = with lib.maintainers; [ govanify ];
+ maintainers = with lib.maintainers; [
37
+ tebriel
38
+ govanify
39
+ ];
40
mainProgram = "komga";
41
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
42
};
0 commit comments