Loading pkgs/development/python-modules/ttfautohint-py/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "ttfautohint" ]; meta = { description = "Command line utility and Python library that merges two UFO source format fonts into a single file"; description = "Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts"; homepage = "https://github.com/fonttools/ttfautohint-py"; changelog = "https://github.com/fonttools/ttfautohint-py/releases/tag/v${version}"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/ttfautohint-py/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "ttfautohint" ]; meta = { description = "Command line utility and Python library that merges two UFO source format fonts into a single file"; description = "Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts"; homepage = "https://github.com/fonttools/ttfautohint-py"; changelog = "https://github.com/fonttools/ttfautohint-py/releases/tag/v${version}"; license = lib.licenses.mit; Loading