mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
pythonPackages: use a more direct mirror (#22833)
The pypi.io domain is redirected two (!) times and lands on the URL added by this commit.
This commit is contained in:
parent
2155b1eaba
commit
21cdf340db
|
@ -387,6 +387,9 @@ rec {
|
|||
|
||||
# Python PyPI mirrors
|
||||
pypi = [
|
||||
https://files.pythonhosted.org/packages/source/
|
||||
# pypi.io is a more semantic link, but atm it’s referencing
|
||||
# files.pythonhosted.org over two redirects
|
||||
https://pypi.io/packages/source/
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue