calibre-web: orphan (#507835)

This commit is contained in:
tomf
2026-04-08 12:05:31 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -250,5 +250,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ pborzenkov ];
meta.maintainers = [ ];
}
+1 -1
View File
@@ -154,7 +154,7 @@ python3Packages.buildPythonApplication rec {
# changelog = "https://github.com/janeczku/calibre-web/releases/tag/${src.tag}";
changelog = "https://github.com/janeczku/calibre-web/compare/0.6.26...${src.rev}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ pborzenkov ];
maintainers = [ ];
mainProgram = "calibre-web";
platforms = lib.platforms.all;
};