pythonPackages.numpy: set license to bsd3

This commit is contained in:
Nicolai Kellerer
2020-11-05 15:47:06 -08:00
committed by Jonathan Ringer
parent 86b239ea4c
commit e95b156a0f
2 changed files with 2 additions and 0 deletions
@@ -95,6 +95,7 @@ in buildPythonPackage rec {
meta = {
description = "Scientific tools for Python";
homepage = "https://numpy.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};
}