python2Packages.astroid: init at 1.6.5

This commit is contained in:
Ben Wolsieffer
2018-08-30 18:28:38 -04:00
parent 511d651e58
commit 4f09e05849
3 changed files with 43 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ buildPythonPackage rec {
checkInputs = [ pytestrunner pytest ];
meta = with lib; {
description = "A abstract syntax tree for Python with inference support";
homepage = https://bitbucket.org/logilab/astroid;
description = "An abstract syntax tree for Python with inference support";
homepage = https://github.com/PyCQA/astroid;
license = licenses.lgpl2;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];