pythonPackages.pillowfight: fix description

This commit is contained in:
Martin Weinelt 2020-10-01 05:11:56 +02:00 committed by Jon
parent a9618149f5
commit a9832e5fbc

View file

@ -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;
};