pythonPackages.pillowfight: fix description

This commit is contained in:
Martin Weinelt
2020-09-30 23:25:27 -07:00
committed by Jon
parent a9618149f5
commit a9832e5fbc
@@ -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;
};