python311Packages.mandown: add meta.changelog

This commit is contained in:
Robert Schütz 2024-02-06 22:44:46 -08:00
parent 25f8533f88
commit 41c5d38419

View File

@ -60,6 +60,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "mandown" ];
meta = with lib; {
changelog = "https://github.com/potatoeggy/mandown/releases/tag/v${version}";
description = "Comic/manga/webtoon downloader and CBZ/EPUB/MOBI/PDF converter";
homepage = "https://github.com/potatoeggy/mandown";
license = licenses.agpl3Only;