pythonPackages.statsmodels: fix eval
This commit is contained in:
parent
5576ef9f1d
commit
61c49b1014
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue