From 17d9434c6f7a631b0a707e75af43199068c2d1d8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Feb 2023 21:48:11 +0100 Subject: [PATCH] python310Packages.restview: add changelog to meta --- pkgs/development/python-modules/restview/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/restview/default.nix b/pkgs/development/python-modules/restview/default.nix index 817577cc447f..c5f8f5b02852 100644 --- a/pkgs/development/python-modules/restview/default.nix +++ b/pkgs/development/python-modules/restview/default.nix @@ -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 ]; };