3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.{pyocr,pypillowfight}: fix homepage

This commit is contained in:
Symphorien Gibol 2018-09-10 17:57:27 +02:00
parent cd599c8fa6
commit 46cd67e6a1
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ buildPythonPackage rec {
checkPhase = "pytest"; checkPhase = "pytest";
meta = { meta = {
inherit (src) homepage; inherit (src.meta) homepage;
description = "A Python wrapper for Tesseract and Cuneiform"; description = "A Python wrapper for Tesseract and Cuneiform";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
}; };

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library containing various image processing algorithms"; description = "Library containing various image processing algorithms";
inherit (src) homepage; inherit (src.meta) homepage;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };
} }