mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python3Packages.ttfautohint-py: use correct description (#343966)
This commit is contained in:
commit
be92e5e014
@ -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…
Reference in New Issue
Block a user