mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #119691 from LeSuisse/python3Packages.py-fix-homepage
python3Packages.py: fix homepage link
This commit is contained in:
commit
bf5f0f1580
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user