Merge pull request #119691 from LeSuisse/python3Packages.py-fix-homepage

python3Packages.py: fix homepage link
This commit is contained in:
Pavol Rusnak 2021-04-17 12:16:41 +02:00 committed by GitHub
commit bf5f0f1580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
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;
};
}