pythonPackages.pillowfight: fix description
This commit is contained in:
parent
a9618149f5
commit
a9832e5fbc
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ pillow ];
|
propagatedBuildInputs = [ pillow ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Pillow Fight";
|
description = "Eases the transition from PIL to Pillow for Python packages";
|
||||||
homepage = "https://github.com/beanbaginc/pillowfight";
|
homepage = "https://github.com/beanbaginc/pillowfight";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user