Merge pull request #217226 from fabaff/restview-bump
python310Packages.restview: add changelog to meta
This commit is contained in:
commit
48c6c4519d
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue