3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.numpy: set license to bsd3

This commit is contained in:
Nicolai Kellerer 2020-10-22 15:24:51 +02:00 committed by Jonathan Ringer
parent 86b239ea4c
commit e95b156a0f
2 changed files with 2 additions and 0 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}