pythonPackages.statsmodels: fix eval

This commit is contained in:
Frederik Rietdijk 2017-04-20 10:28:31 +02:00
parent 5576ef9f1d
commit 61c49b1014

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Statistical computations and models for use with SciPy";
homepage = "https://www.github.com/statsmodels/statsmodels";
license = licenses.bsd3;
maintainers = with maintainers; [ fridh ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};
}
}