From 8caf52a9cccd4675cd5a4d8563ba9da57013ebbf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Dec 2022 11:00:11 +0100 Subject: [PATCH] python310Packages.furo: add changelog to meta --- pkgs/development/python-modules/furo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/furo/default.nix b/pkgs/development/python-modules/furo/default.nix index e0b589943fc2..14401f7e53fd 100644 --- a/pkgs/development/python-modules/furo/default.nix +++ b/pkgs/development/python-modules/furo/default.nix @@ -45,6 +45,7 @@ buildPythonPackage rec { meta = with lib; { description = "A clean customizable documentation theme for Sphinx"; homepage = "https://github.com/pradyunsg/furo"; + changelog = "https://github.com/pradyunsg/furo/blob/${version}/docs/changelog.md"; license = licenses.mit; maintainers = with maintainers; [ Luflosi ]; };