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

python3Packages.py: fix homepage link

authored by Pavol Rusnak and committed by GitHub bf5f0f15 ec6d5ef4

+1 -1
+1 -1
pkgs/development/python-modules/py/default.nix
··· 20 21 meta = with lib; { 22 description = "Library with cross-python path, ini-parsing, io, code, log facilities"; 23 - homepage = "https://pylib.readthedocs.org/"; 24 license = licenses.mit; 25 }; 26 }
··· 20 21 meta = with lib; { 22 description = "Library with cross-python path, ini-parsing, io, code, log facilities"; 23 + homepage = "https://py.readthedocs.io/"; 24 license = licenses.mit; 25 }; 26 }