From 72e330b1c1a30ff9f2243d33fc4860736c20cc32 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 23 Sep 2024 15:58:33 +0200 Subject: [PATCH] python3Packages.ttfautohint-py: use correct description Was using ufomerge's description and not the one from ttfautohint-py --- pkgs/development/python-modules/ttfautohint-py/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ttfautohint-py/default.nix b/pkgs/development/python-modules/ttfautohint-py/default.nix index 60ded9cc82dd..98358555eed6 100644 --- a/pkgs/development/python-modules/ttfautohint-py/default.nix +++ b/pkgs/development/python-modules/ttfautohint-py/default.nix @@ -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;