python3Packages.py: fix homepage link

This commit is contained in:
Thomas Gerbet 2021-04-17 10:31:50 +02:00
parent 715214faeb
commit c6cc128f30

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Library with cross-python path, ini-parsing, io, code, log facilities"; description = "Library with cross-python path, ini-parsing, io, code, log facilities";
homepage = "https://pylib.readthedocs.org/"; homepage = "https://py.readthedocs.io/";
license = licenses.mit; license = licenses.mit;
}; };
} }