python310Packages.restview: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-19 21:48:11 +01:00
parent d4cf6fb8e8
commit 17d9434c6f

View File

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "ReStructuredText viewer";
homepage = "https://mg.pov.lt/restview/";
changelog = "https://github.com/mgedmin/restview/blob/${version}/CHANGES.rst";
license = licenses.gpl3Only;
maintainers = with maintainers; [ koral ];
};