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

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