nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.furo: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
8caf52a9 5f2fb6ee

+1
+1
pkgs/development/python-modules/furo/default.nix
··· 45 45 meta = with lib; { 46 46 description = "A clean customizable documentation theme for Sphinx"; 47 47 homepage = "https://github.com/pradyunsg/furo"; 48 + changelog = "https://github.com/pradyunsg/furo/blob/${version}/docs/changelog.md"; 48 49 license = licenses.mit; 49 50 maintainers = with maintainers; [ Luflosi ]; 50 51 };