python310Packages.furo: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-07 11:00:11 +01:00 committed by GitHub
parent 5f2fb6ee6a
commit 8caf52a9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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