calibre-web: orphan

I'm no longer using calibre-web and don't have capacity to maintain it.
This commit is contained in:
Pavel Borzenkov
2026-04-08 11:27:18 +02:00
parent 466ceb6b8a
commit efbaa29639
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;
};