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

python310Packages.xhtml2pdf: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
dfa2d972 9c05958d

+1 -2
+1 -2
pkgs/development/python-modules/xhtml2pdf/default.nix
··· 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 - # Tests are only available on GitHub 24 23 src = fetchFromGitHub { 25 24 owner = pname; 26 25 repo = pname; 27 - # Currently it is not possible to fetch from version as there is a branch with the same name 28 26 rev = "refs/tags/v${version}"; 29 27 hash = "sha256-L/HCw+O8bidtE5nDdO+cLS54m64dlJL+9Gjcye5gM+w="; 30 28 }; ··· 49 51 meta = with lib; { 50 52 description = "A PDF generator using HTML and CSS"; 51 53 homepage = "https://github.com/xhtml2pdf/xhtml2pdf"; 54 + changelog = "https://github.com/xhtml2pdf/xhtml2pdf/releases/tag/v${version}"; 52 55 license = licenses.asl20; 53 56 maintainers = with maintainers; [ ]; 54 57 };