From a9832e5fbc7b3e640e09e80aaf30183e4d6aaa59 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 1 Oct 2020 05:11:56 +0200 Subject: [PATCH] pythonPackages.pillowfight: fix description --- pkgs/development/python-modules/pillowfight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pillowfight/default.nix b/pkgs/development/python-modules/pillowfight/default.nix index 879ebe252d7..ed0daf123d4 100644 --- a/pkgs/development/python-modules/pillowfight/default.nix +++ b/pkgs/development/python-modules/pillowfight/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ pillow ]; meta = with stdenv.lib; { - description = "Pillow Fight"; + description = "Eases the transition from PIL to Pillow for Python packages"; homepage = "https://github.com/beanbaginc/pillowfight"; license = licenses.mit; };