calibre-web: orphan
I'm no longer using calibre-web and don't have capacity to maintain it.
This commit is contained in:
@@ -250,5 +250,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ pborzenkov ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user