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; {
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user