Loading pkgs/development/python-modules/pydyf/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Low-level PDF generator written in Python and based on PDF specification 1.7"; homepage = "https://doc.courtbouillon.org/pydyf/stable/"; changelog = "https://github.com/CourtBouillon/pydyf/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ rprecenth ]; }; Loading Loading
pkgs/development/python-modules/pydyf/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Low-level PDF generator written in Python and based on PDF specification 1.7"; homepage = "https://doc.courtbouillon.org/pydyf/stable/"; changelog = "https://github.com/CourtBouillon/pydyf/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ rprecenth ]; }; Loading