pythonPackages.numpy: set license to bsd3
This commit is contained in:
committed by
Jonathan Ringer
parent
86b239ea4c
commit
e95b156a0f
@@ -92,6 +92,7 @@ in buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Scientific tools for Python";
|
||||
homepage = "https://numpy.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user