Merge pull request #217226 from fabaff/restview-bump

python310Packages.restview: add changelog to meta
This commit is contained in:
Jörg Thalheim 2023-02-20 21:38:32 +01:00 committed by GitHub
commit 48c6c4519d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};