pylint: update download URL
This commit is contained in:
parent
ec56583a11
commit
8fd7d5a5fe
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ let pythonPackages = python.modules // rec {
|
|||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.logilab.org/pub/pylint/${name}.tar.gz";
|
||||
url = "http://download.logilab.org/pub/pylint/${name}.tar.gz";
|
||||
sha256 = "1mg1ywpj0klklv63s2hwn5xwxi3wfwgnyz9d4pz32hzb53azq835";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue